Hi Guys,
I have a form on the ASP page and whenever i fill the form and click submit, i get a message box that says:
****
A Runtime Error has occurred. DO you wish to debug?
Line: 17
Error: Object expected
****
When i click NO for the above question, my form gets submitted without any errors. When i click YES for debugging, new microsoft editor is opened and it points to this below line which i guess has no errors.
<form method="POST" action="ISrexsolution.asp" name="FrontPage_Form1" onsubmit="return FrontPage_Form1_Validator(this)">
Any ideas or suggestion on how to get rid of this annoying message box??
Thanks in advance.
VJ
I have a form on the ASP page and whenever i fill the form and click submit, i get a message box that says:
****
A Runtime Error has occurred. DO you wish to debug?
Line: 17
Error: Object expected
****
When i click NO for the above question, my form gets submitted without any errors. When i click YES for debugging, new microsoft editor is opened and it points to this below line which i guess has no errors.
<form method="POST" action="ISrexsolution.asp" name="FrontPage_Form1" onsubmit="return FrontPage_Form1_Validator(this)">
Any ideas or suggestion on how to get rid of this annoying message box??
Thanks in advance.
VJ