JavaScript Behavior Without Onclick Event?

P

pbd22

Hi.

I have recently been looking at the source of a number
of sites and I have noticed that while elements on a
page do not have an onclick attribute, they fire JavaScript
behavior. For example, if I click on any of the below "options",
something happens (that depends on the value of the option
I clicked on).

How is this done without using an onclick attribute (pls. excuse
my newbieness). Could somebody illustrate (code appreciated)
how I can grab the value of the option clicked on?

<select id=sel1 name=sel1>
<option value="234">Option1</option>
<option value="235">Option2</option>
<option value="236">Option3</option>
<option value="237">Option4</option>
<option value="238">Option5</option>
<option value="239">Option6</option>
</select>

Thanks in advance.
 
H

Hamish Campbell

Hi.

I have recently been looking at the source of a number
of sites and I have noticed that while elements on a
page do not have an onclick attribute, they fire JavaScript
behavior. For example, if I click on any of the below "options",
something happens (that depends on the value of the option
I clicked on).

How is this done without using an onclick attribute (pls. excuse
my newbieness). Could somebody illustrate (code appreciated)
how I can grab the value of the option clicked on?

<select id=sel1 name=sel1>
<option value="234">Option1</option>
<option value="235">Option2</option>
<option value="236">Option3</option>
<option value="237">Option4</option>
<option value="238">Option5</option>
<option value="239">Option6</option>
</select>

Thanks in advance.

http://www.google.com/search?hl=en&q=javascript+event+binding
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top