/    Sign up×
Community /Pin to ProfileBookmark

clear all selections in a select field

I have used HTML <Select> tag to create a list of choices.
The list of choices is very lengthy (30) and I would like to insert a button that will clear all selections.
How do I do this?

Here’s an example of the html code used:

<SELECT NAME=”E_SubjectMatters” MULTIPLE SIZE=5>
<OPTION>Agriculture
<OPTION>Arts and culture
<OPTION>Colleges and universities
<OPTION>Conservation
<OPTION SELECTED>Economic development and trade
<OPTION SELECTED>Education
<OPTION>Energy
<OPTION>Environment
<OPTION SELECTED>Financial institutions
<OPTION>Forestry

the lis goes on, but you get the idea.

to post a comment
JavaScript

2 Comments(s)

Copy linkTweet thisAlerts:
@gil_davisOct 29.2003 — This ought to work (untested):
&lt;input type="button" onclick="for(var i in this.form.E_SubjectMatters.options){this.form.E_SubjectMatters.options[i].selected=false;}" value="Clear Selections"&gt;
Copy linkTweet thisAlerts:
@chastingsauthorOct 29.2003 — Thanks a lot!

As you can see, I'm a novice at this and I appreciate your help.

I'll try it and let you know if it works.

Thanks again!
×

Success!

Help @chastings 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.19,
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,
)...