Dear all,
I have a form with some text fields. Below you can see its declaration
<form method="POST" name="ConferenceData" action="add_conference.asp"
onsubmit="return ValidateForm(this)">
I alse have a javascript
<script src="scripts/validateform.js" language="javascript"
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