Connecting Tech Pros Worldwide Forums | Help | Site Map

Determine if an image has focus after leaving another image.

Thomasa Gregg
Guest
 
Posts: n/a
#1: Nov 18 '05
I need to be able to determine if an image has focus after a onmouseout
function has been ran from another image.

any ideas?

Thanks



clintonG
Guest
 
Posts: n/a
#2: Nov 18 '05

re: Determine if an image has focus after leaving another image.


Yea -- I have an idea -- try reading JavaScript documentation [1]
and learn about the event model using event handlers using

Google: "javascript"+"event model"
Google: "javascript"+"event handlers"

The specific event handler for your current task is the onFocus
event handler [2] and I close in saying the DevGuru resources I
refer to [2] have been a great help to me as a neophyte.

--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development
Wauwatosa, Milwaukee County, Wisconsin USA
NET csgallagher@ REMOVETHISTEXT metromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/

[1] http://devedge.netscape.com/library/...1.5/reference/
[2] http://www.devguru.com/Technologies/...n_onfocus.html


"Thomasa Gregg" <thomasjgregg@yahoo.com> wrote in message
news:ufp2SrSXEHA.1652@TK2MSFTNGP09.phx.gbl...[color=blue]
> I need to be able to determine if an image has focus after a onmouseout
> function has been ran from another image.
>
> any ideas?
>
> Thanks
>
>[/color]


Closed Thread