About triggering events

Source: Internet
Author: User

    <!--events can only be triggered by the mouse -    <!--<select onchange= "alert (' Change to page ' + this.value);"         > <option value= "page1.html" ></option> <option value= "page1.html" >page 1</option> <option value= "page2.html" >page 2</option> </select> -    <SelectID= "Theselect">        <!--   -        <optionvalue= "page1.html"></option>        <optionvalue= "page1.html">Page 1</option>        <optionvalue= "page2.html">Page 2</option>    </Select>    <BR>    <inputtype= "button"value= "Click to change Pages"OnClick= "alert (' Change to page ' + document.getElementById (' Theselect ')." value); ">    <!--both mouse and keyboard can be triggered -

<!--can only trigger events via mouse--><!--<select onchange= "alert (' Change to page ' + this.value);" ><option value= "page1.html" ></option><option value= "page1.html" >Page 1</option>< Option value= "page2.html" >page 2</option></select>--
<select id= "Theselect" ><!----><option value= "page1.html" ></option><option value= " Page1.html ">page 1</option><option value=" page2.html ">page 2</option></select><br ><input type= "button" value= "Click to change Pages" onclick= "alert (' Change to page ' + document.getElementById (' Theselect '). Value); " ><!--Mouse, keyboard can be triggered--

About triggering events

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.