Hi there
Sorry I found that I had some html syntax causing the problem. Thanks for the help
cbs7
User Profile
Collapse
-
2nd Part of gen_validatorv2 .js code
--------------------------------------------------
function add_validation( itemname,descri ptor,errstr)
{
if(!this.formob j)
{
alert("BUG: the form object is not set properly");
return;
}//if
var itemobj = this.formobj[itemname];
if(!itemobj)
{
alert("BUG: Couldnot get the input object named:...Leave a comment:
-
Thanks for the reply :)
The webpage is quite long so I'll try and post the relevant bits
1. This is within the <head> </head> section
<script src="gen_valida torv2.js" type="text/javascript"></script>
2. To start the form I have
<form name="myform" method="post" action="Contact _Us_with_java_p 2.php"...Leave a comment:
-
IE vs Firefox Javascript Validation Problem
Hi all
I'm a complete newbie to web development and Javascript especially. I've been creating a form for a webpage and have used a validation script gen_validatorv2 .js which I downloaded from the zip file referenced on http://www.javascript-coder.com/html...lidation.phtml
I managed to get everything working and was testing through Firefox that alerts were generated. However at the very end I thought...
No activity results to display
Show More
Leave a comment: