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
https://forums.phpfreaks.com/topic/198546-validation-undefined-error/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.