Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



Reply
Old 10-04-2008, 02:52 PM lost focus event
Junior Talker

Posts: 2
Trades: 0
plz help me in creating the lost focus event in java script for the text box...thanks:confu sed:
hellopankajin is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-04-2008, 02:58 PM Re: lost focus event
stoot98's Avatar
Ultra Talker

Posts: 427
Name: Stuart
Location: Glasgow, Scotland
Trades: 0
Code:
<input type="text" name="mytextbox" value="" onBlur="your event here" />
stoot98 is offline
Reply With Quote
View Public Profile
 
Old 10-07-2008, 08:45 AM Re: lost focus event
Junior Talker

Posts: 3
Trades: 0
or
Code:
<script type="text/javascript">
var tbRef = getElementById("textbox");
tbRef.onblur = yourfunction;
function yourfunction(){
//something
}
</script>
<input type="text" name="mytextbox" id="textbox" />
renlok is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to lost focus event
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.11226 seconds with 12 queries