|
-
Jul 23rd, 2001, 12:53 PM
#3
Thread Starter
Hyperactive Member
Still get error on WF_1.time
Thanks Scoutt,
It works I did have to put name="WF_1" in the Form Tag. also I had to give the name text a type of "text" <INPUT NAME="name" type="text" SIZE="30" >. I still get an Error on the Radio Buttons.
if (document.WF_1.time.value.length == 0) {
alert ("The 'Time' field requires an entry.");
return false;
}
The error is document WF_1.time.value.legnth is null or not an object. any ideas?
I got the same error on the WF_1 name but I noticed name was Capitalized Name after changing it that and the description fields work.
Troy
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|