|
BeTheBall -> RE: Whats wrong with my javascript? (1/17/2007 13:17:40)
|
Just to troubleshoot, change the function as shown below and then test with an null value in Project_Submission_Date_History <script language="Javascript"> function ConfirmResubmit() { /*if (document.frmEditProject.Project_Submission_Date_History.value != document.frmEditProject.CurrentDate.value && document.frmEditProject.Project_Submission_Date_History.value != null) { alert("NOTICE: Changing the Project Sufficiency Date will resubmit this project!"); } */ alert(document.frmEditProject.Project_Submission_Date_History.value) } What gets written to the alert? </SCRIPT>
|
|
|
|