sharepeoint list Newform.aspx needs to check before saving the item, for that i wrote a PreSaveAction funtion using javascript. right now i’m checking the expiration date with current date before saving the item and it looks like this function PreSaveAction() { var a1=…… var a2=….. if (a1<=a2){ return true; } else { window.location.href= “redirection.aspx”; returnRead more