Dear all,
I have a form with some text fields. Below you can see its declaration
<form method="POST" name="Conferenc eData" action="add_con ference.asp"
onsubmit="retur n ValidateForm(th is)">
I alse have a javascript
<script src="scripts/validateform.js " language="javas cript"
type="text/javascript"></script>
which contains the ValidateForm function used to validate the form.
I don't know why but my script doesn't work know. It looks like it doesn't
exists. A few days ago it was working fine. I do not remember if i did any
changes regarding the script (surely not in the code).
Do you have any suggestions?
Thank you in advance
I have a form with some text fields. Below you can see its declaration
<form method="POST" name="Conferenc eData" action="add_con ference.asp"
onsubmit="retur n ValidateForm(th is)">
I alse have a javascript
<script src="scripts/validateform.js " language="javas cript"
type="text/javascript"></script>
which contains the ValidateForm function used to validate the form.
I don't know why but my script doesn't work know. It looks like it doesn't
exists. A few days ago it was working fine. I do not remember if i did any
changes regarding the script (surely not in the code).
Do you have any suggestions?
Thank you in advance
Comment