Client Side Validation
Hi friends,
When I am trying to write the Client Side coding in VBScript or JavaScript, & run my application then in the STATUS BAR, there is a message :
"Error on Page".
Actually in my Web Page there are some HTML Buttons & some Web Controls. I want to perform some validations with the help of HTML buttons in client side.
eg. On pressing a HTML button, all Web Controls( Buttons ) should become Disable or Invisible.
But at run time when I press the HTML button, nothing happens & status bas shows a message:
"Error on page".
Pls give me solution.
|