Go Back   PCMech Forums > Help & Discussion > Web Design / Development

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 07-21-2005, 01:35 PM   #1
Banned
 
mysterio2099's Avatar
 
Join Date: Aug 2003
Posts: 349
Send a message via AIM to mysterio2099 Send a message via MSN to mysterio2099 Send a message via Yahoo to mysterio2099
Question javascript - if statement problem

i'm using this as a code to validate fields in a form...this is only a section, but its the one I'm having a problem with:

Code:
function validate(form) { 

	if (form.topic.value == "-Please select a topic from the list below-")
	{
		alert("Please select a topic.")
		form.topic.focus()
		return false
	}

    if (form.firstname.value.length == 0) 
    { 
        alert("Please enter your first name.") 
        form.firstname.focus() 
        return false 
    } 
}
the first if is the problem. I dont know what to put after "value" to make it correct. What it is, is a drop down menu, and "-Please select a topic from the list below-" is the default choice (which means they didn't choose anything, and need to).

I have no experience with javascript. This is a code written by someone else, and I just edited it (I have experience in HTML, and PHP, so I know my way around a tad).

Please help if ya can,
mysterio2099 is offline   Reply With Quote
Old 07-21-2005, 02:52 PM   #2
Banned
 
mysterio2099's Avatar
 
Join Date: Aug 2003
Posts: 349
Send a message via AIM to mysterio2099 Send a message via MSN to mysterio2099 Send a message via Yahoo to mysterio2099
Problem solved!!!!!
mysterio2099 is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


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

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 04:53 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2