Not a Member Yet,
Click here to Register

ID: 482
Viewed: 3603
Added: Sep 03, 2002
Version:
Snippet uploaded by: Dr. Web
Written By: Dr. Web
Demo: Sorry, no demo



User Rated at: 0 Stars
Rate This:

Thank you for your vote. Please wait...

It appears you already voted for this snippet

It appears your vote value was empty

allows user to set the page focus to various elements on a html page.

<!---Head--->
NONE

<!---Body--->


 <form>
<input type=button value="Focus On Link" onClick="document.links[0].focus()">
<input type=button value="Focus On Text Field" onClick="document.forms[0].text1.focus()">
<input type=button value="Focus On Select Box" onClick="document.forms[0].select1.focus()">
<input type=button value="Focus On Radio Button" onClick="document.forms[0].radio1.focus()">
<input type=button value="Focus On a Button" onClick="document.forms[0].button1.focus()">
<br><br><br>
            <a href="blah">here</a>
                  <input type=text name=text1>
              <select name=select1>
<option selected>Choose One...</option>
<option>Option1</option>
<option>Option2</option>
</select>
                               <input type=radio name=radio1>
                               <input type=button value="Sample Button" name=button1>
</form>


No Comments to show

Please completely fill out the form below if you want to review this snippet. All reviews are subject to validation.


Replying to a Comment...


Adding your comment. Please wait...

Thanks for adding your comment!. After further review it will be added.

There was a problem adding your comment. Please try again.

Please complete all the fields in the form before sending.

© 2002 - 2024 snippetlibrary.com All Rights Reserved. Conditions
Do NOT follow this link or you will be banned from the site!