Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Web Programming > JavaScript > Javascript
|
Javascript General Javascript discussions.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Javascript section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 14th, 2003, 08:37 AM
Authorized User
 
Join Date: Jun 2003
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Default Trigger a JS function on loss of focus

I have a Spell Check function that I want triggered everytime someone leaves a text box field. The user will click in the text box and type some data and once they click out of the text box, the JS function SpellCheck() should run. How can I accomplish this? I know how to make a function gain focus and think my solution involves this.

form.fieldname.focus()

Thans for any help.
 
Old July 14th, 2003, 09:00 AM
Authorized User
 
Join Date: Jun 2003
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I found my answer. I just use onblur="SpellCheck()" inside the textarea field.

:)





Similar Threads
Thread Thread Starter Forum Replies Last Post
Calling JS Function from VS? Ron Howerton Javascript 15 September 17th, 2008 02:35 PM
HTML anchor and JS focus not working together sudhirgk Javascript 0 December 18th, 2007 06:29 PM
passing empty parameters to a js function crmpicco Javascript How-To 0 September 20th, 2005 10:16 AM
use a JS-variable/function inside a tag cybermaarten Javascript 3 January 20th, 2005 05:42 AM
[JS] The onLoad doesn`t trigger ! prem52k Javascript 4 January 12th, 2004 09:32 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.