Javascript not run to validate form fields

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Omonoia

    #1

    Javascript not run to validate form fields

    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


  • Mick White

    #2
    Re: Javascript not run to validate form fields

    Omonoia wrote:
    [snip]
    [color=blue]
    >
    > 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?[/color]

    URL?
    Mick

    Comment

    Working...