Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

onmouseout and frames

Status
Not open for further replies.

blaat7

Programmer
Joined
Feb 1, 2006
Messages
3
Location
PL
Hi

Is there a way to capture mouse cursor being moved away of frame ?

Thanks in advance :)
 
yes. Of course from within the frame (i need to catch this inside the code of the frame), i'm not interested in catching this in the page containing frames. And this has to work under IE, Opera and Firefox. so far no idea.

Best regards
Tom
 
if i do sth like document.onmouseout, or document.body.onmouseout, then i catch all onmouseouts on every single element of this page.

Tom
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top