HTML, JavaScript And CSS Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsProgrammingHTML, JavaScript And CSS Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old March 20th, 2004, 10:14 AM
goodzilla goodzilla is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 1 goodzilla User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Unhappy Form Validation Problem .. Null Object Error

This is a simple validation code i use only for making sure they check a radio button. The problem is i get this "radioname.checked" is a null object. Please help.
function validate(formObj)
{
if (formObj.radioname1.checked) {
alert("Please select ");
formObj.radioname1.focus();
return false;
}
if (!formObj.radioname5.checked) {
alert("P");
formObj.radioname5.focus();
return false;
}
if (!formObj.radioname6.checked) {
alert("");
formObj.radioname6.focus();
return false;
}
alert("WTF");
return true;
}

<form action+"mailer.exe" onsubmit= "return validate(this)>
<input name="radioname" type="radio" id="radioname" value="I'll be there">
<input type="image" name=submit src="...">
</form>

And I get a weird null object error please help

Reply With Quote
  #2  
Old March 20th, 2004, 07:42 PM
dcarva's Avatar
dcarva dcarva is offline
Contributing User
ASP Free Novice (500 - 999 posts)
 
Join Date: Jan 2003
Location: USA
Posts: 633 dcarva User rank is Lance Corporal (50 - 100 Reputation Level)dcarva User rank is Lance Corporal (50 - 100 Reputation Level)dcarva User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 9 h 18 m 20 sec
Reputation Power: 6
That's because there is no radiobutton in your form with that name. You only have one radiobutton called name="radioname". Or...did you just omit them from the example?

Reply With Quote
Reply

Viewing: ASP Free ForumsProgrammingHTML, JavaScript And CSS Help > Form Validation Problem .. Null Object Error


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway