Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more

Go Back   Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more > Web Programming > PHP Development
User Name
Password

Reply
 
LinkBack Thread Tools Display Modes
Old 06-25-2009, 04:20 PM   #1 (permalink)
AngieZ
Junior Member
 
Join Date: Jun 2009
Posts: 2
Default Select box won't validate in IE with JS

I am pulling out my hair here, so I really hope someone can help me. I have a PHP page that has Javascript validation. I am trying to validate a form select box. It works in Firefox but not in IE7. I have tried all sorts of things, but here is an alert that works in FF not IE, and if someone can help me with it, I can get the rest. Thanking you all in advance!

Code:
//the js part
function valid_form(frm){
    alert("month: " + frm.BirthDateMonth.options[frm.BirthDateMonth.selectedIndex].value);
}

//this is from the php form:
<select name="BirthDateMonth">
<?php
    if($BirthDateMonth != ""){
?>
        <option selected><?=$BirthDateMonth;?></option>
<?php
    }
    else {
	echo"<option>--</option>";
    }
    for($i=1; $i <= 12; $i++){
	echo"<option>$i</option>";
    }
?>
</select>
AngieZ is offline   Reply With Quote
Sponsored Links
Old 06-25-2009, 08:43 PM   #2 (permalink)
AngieZ
Junior Member
 
Join Date: Jun 2009
Posts: 2
Default Re: Select box won't validate in IE with JS

Nevermind, I figured it out with help from another forum. I had stupidly forgotten the value attribute of the option tag. :P Dunno why it still worked in Firefox though.
AngieZ is offline   Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules

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

Points Per Thread View:
Points Per Thread:
Points Per Reply:



» Sponsors

» Links

» Affiliates
Web Hosting
Online Backup Reviews
Marketing Find
Merchant Select
SiteMap Builder
Host Compare

» Links

» Sports Network
Paintball Forum
Football Forum
Hockey Forum
Golf Forum
Boxing Forum
Lacrosse Forum
Baseball Forum
SnowBoarding Forum
Soccer Forum
MMA Forum


All times are GMT -4. The time now is 02:53 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0 RC8
Webmaster Forums