/    Sign up×
Community /Pin to ProfileBookmark

Drop down list validation when blank

Hi,

I’m trying to validate the drop down list. Please advice.

If Number1 or Number2 input field has some value and the country drop down is blank or null. How do i put an alert on submit

Here is my sample code

[CODE]
<SCRIPT LANGUAGE=”javascript”>
<!–
function checkSel(obj) {
var ind = obj.selectedIndex;
if (ind == ”) { alert(‘Please select the value.’); }
}
//–>

</SCRIPT>
[/CODE]

[code=html]
<form action=”” name=”myform” >
<table cellspacing=”2″ cellpadding=”2″ border=”0″>
<tr>
<td align=”right”>Country</td>
<td>
<SELECT name=”Country” onChange=”checkSel(this);”>
<option value=”” selected>
<option value=”008″>Albania
<option value=”012″>Algeria
<option value=”016″>American Samoa
<option value=”020″>Andorra
</SELECT>
</td>
<td><input type=”text” name=”Number1″ value=”” size=”8″
maxlength=”8″></td>
<td><input type=”text” name=”Number2″ value=”” size=”8″
maxlength=”8″></td>
</tr>
<tr>
<td align=”right”></td>
<td><input type=”submit” value=”Submit”></td>
</tr>
</table>
</form>
[/code]

to post a comment
JavaScript

2 Comments(s)

Copy linkTweet thisAlerts:
@vizbangauthorMar 28.2009 — drop down list validation
Copy linkTweet thisAlerts:
@FangMar 28.2009 — [I]var ind = obj.value;[/I]

[I]selectedIndex[/I] is an internal index and has no connection to the option values.
×

Success!

Help @vizbang spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.25,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...