Jump to content

validation undefined error


phpmady

Recommended Posts

  Hi,

 

 

I am getting the validation undefined error, here is the below code am using class of prototype.. what am doing weong..

 

   

   

       

        <form action="login.php?action=login" method="post" name="log" id="log">

        <div class="login_block">

       

       

       

       

      <div class="login_textbox_div">

<input type="text" name="email" id="email" class="index_login_button login_textbox" size="18"  />

            </div>

         

           

            <div class="login_textbox_div">

            <input type="password" name="pass" id="password" class="login_textbox" size="18" />

            </div>

           

           

          <div class="submit_button"><a href="view.php?do=reg"><img src="images/register.png"></a> 

 

                <img src="images/login.png" style="cursor: hand;" onclick="submit();"></div>

 

 

           

          <div class="forgot_password" style="vertical-align:top; "><a href="view.php?do=forget_pass" style="text-decoration:none; color:brown;">Forgot Password?</a></div>

         

 

       

       

       

 

         

        </div>

       

        <script type="text/javascript">

function formCallback(result, form) {

 

window.status = "validation callback for form '" + form.id + "': result = " + result;

}

 

var valid = new Validation('log', {immediate : true, onFormValidate : formCallback});

 

</script>

        </form>

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.