Home arrow JavaScript arrow Page 3 - OnReset, OnResize and Other JavaScript Events
JAVASCRIPT

OnReset, OnResize and Other JavaScript Events


In our last tutorial we left off with the mouse events. We’ll be wrapping up the series on JavaScript events in this part. It’s been a long ride, but by the end of this article you should be able to create some nifty dynamic web pages. When Google buys your nerd-infested web site, don’t forget the guy who got you there.

Author Info:
By: James Payne
Rating: 4 stars4 stars4 stars4 stars4 stars / 3
December 17, 2007
TABLE OF CONTENTS:
  1. · OnReset, OnResize and Other JavaScript Events
  2. · OnResize
  3. · OnSelect
  4. · OnSubmit
  5. · OnUnLoad

print this article
SEARCH DEVARTICLES

TOOLS YOU CAN USE

advertisement
OnReset, OnResize and Other JavaScript Events - OnSelect
(Page 3 of 5 )

The OnSelect event is triggered when a user selects text from a text field or a textarea field. Observe the following code:


<html>

<body>


<form>


This text is mine! <input type="text" value="Don't you even try it!"

onselect="alert('Hey! Can't you read?!?')">

<br /><br />

We can share this here text: <textarea cols="10" rows="3"

onselect="alert('I changed my mind I do not want to share!')">

Chocolate Bunnies

We first create a text box with the text Don’t you even try it! and a textarea containing the data Chocolate Bunnies. The text box has the caption: “This text is mine!” If the user highlights or selects the text, a pop-up appears with the text: Hey! Can’t you read?!?



The textarea box has a caption that reads, “We can share this here text.” Ah that’s nice isn’t it? Of course it isn’t. As soon as the user highlights or selects the text, they get a nasty surprise -- a pop-up alert that says: I changed my mind I do not want to share!



Supporting HTML tags: <input type="text">, <textarea>

Supporting Javascript Objects: text, textarea


blog comments powered by Disqus
JAVASCRIPT ARTICLES

- More Top jQuery Tutorials for Beginners
- More Top jQuery Plugins for Menus
- Top jQuery Tutorials for Beginners
- New UI Framework and SDK for JavaScript Rele...
- JavaScript OpenPGP Tool, Node.js 0.6.3 Avail...
- Yahoo Releases Cocktails Language and Develo...
- Customizing jQuery Slideshows: Dynamic Contr...
- Customizing jQuery Slideshows: the animate()...
- Customizing jQuery Slideshows: slideUp() and...
- Customizing jQuery Slideshows: hide() and sh...
- Web Workers: Performing Calculations in Para...
- More Top JavaScript Frameworks and Libraries
- More Dynamic jQuery Styling Techniques
- The Top JavaScript Libraries
- The Top JavaScript Frameworks

Dev Articles Forums 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Weekly Newsletter
 
Developer Updates  
Free Website Content 
Contact Us 
Site Map 
Privacy Policy 
Support 



© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 10 - Follow our Sitemap
Popular Web Development Topics
All Web Development Tutorials