Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > how can i catch a lost focus event from an input field inside a form

Reply
Thread Tools

how can i catch a lost focus event from an input field inside a form

 
 
=?ISO-8859-15?Q?Josef_Bl=F6sl?=
Guest
Posts: n/a
 
      07-19-2005
hi

i'm searching for a way to catch the focuslost event inside a html form
to start a refresh script after it.
 
Reply With Quote
 
 
 
 
Dirk
Guest
Posts: n/a
 
      07-20-2005
Josef Blösl schrieb:
> i'm searching for a way to catch the focuslost event inside a html form
> to start a refresh script after it.


<input type="text" onblur="your_function()" name=...>

Dirk
 
Reply With Quote
 
 
 
Reply

Thread Tools

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 On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
this.window.focus() vs. window.focus() vs. this.focus() Roger Javascript 3 03-08-2007 08:53 PM
form input field, scroll bar and focus question... Indu Javascript 0 12-21-2005 02:43 PM
Pass hidden form field value to another form field to insert in db GavMc ASP General 4 09-22-2005 06:33 PM
copy and paste form RTF document into field in asp form cause it to bypass field length and javascript validation - how to overcome? NotGiven Javascript 3 05-13-2004 12:15 AM
copy and paste form RTF document into field in asp form cause it to bypass field length and javascript validation - how to overcome? NotGiven ASP General 3 05-13-2004 12:15 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57