russellbain
06-29-2007, 06:33 AM
I have a web email form that sends data input by a user to my inbox. The form works perfectly and emails the data as it should but i get an error down in the bottom left hand side of IE and when i click on it it says :
Line: 182
Char: 1
Error: 'js' is undefined
Code:0
URL: URL/contact.htm
There are no characters on line 182 of this file? Here is the code that leads up to line 182. If you need any more code please ask and i will paste it in.
<script type="text/javascript" src="js/wforms_validation.js"></script>
<form action="processbox.php" method="POST" onSubmit="wforms_validation">
<input type="hidden" name="required" value="name,phone" />
<input type="hidden" name="subject" value="Comments from URL.com" />
<input type="hidden" name="redirect" value="../thanks.htm" />
<input type="hidden" name="recipient" value="russell@URL.com" />
<input type="hidden" name="missing_fields_redirect" value="../ferror.htm" />
<script type="text/javascript">
wFORMS.showAlertOnError = false;
</script>
</script> is on line 181.
Thanks in advance!
Line: 182
Char: 1
Error: 'js' is undefined
Code:0
URL: URL/contact.htm
There are no characters on line 182 of this file? Here is the code that leads up to line 182. If you need any more code please ask and i will paste it in.
<script type="text/javascript" src="js/wforms_validation.js"></script>
<form action="processbox.php" method="POST" onSubmit="wforms_validation">
<input type="hidden" name="required" value="name,phone" />
<input type="hidden" name="subject" value="Comments from URL.com" />
<input type="hidden" name="redirect" value="../thanks.htm" />
<input type="hidden" name="recipient" value="russell@URL.com" />
<input type="hidden" name="missing_fields_redirect" value="../ferror.htm" />
<script type="text/javascript">
wFORMS.showAlertOnError = false;
</script>
</script> is on line 181.
Thanks in advance!