OZONE Asylum
Forums
DHTML/Javascript
cursor position
This page's ID:
28384
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
introspect the event object to see which property to pick.[code]bla = '' for( key in e ) bla += key +' = '+ e[key +'\n'; alert( bla )[/code]Oh, and you shouldn't try to detect a browser, but some features. Hence your code should be:[code]var e = event||e; tempX = document.body.scrollLeft+ (e.clientX||e.pageX); tempY = document.body.scrollTop+ (e.clientY||e.pageY);[/code][small]I've not tested that code, but well you see the point.[/small] [url=http://www.p01.org/][sigrotate][img]http://poi.ribbon.free.fr/files/p01_ozoneasylum_sig_love.gif[/img]|[img]http://poi.ribbon.free.fr/files/p01_ozoneasylum_sig_love_small.gif[/img]|[img]http://poi.ribbon.free.fr/files/p01_ozoneasylum_sig_charly.gif[/img]|[img]http://poi.ribbon.free.fr/files/p01_ozoneasylum_sig_dk.gif[/img]|[img]http://poi.ribbon.free.fr/files/p01_ozoneasylum_sig_reason.gif[/img]|[img]http://poi.ribbon.free.fr/files/p01_ozoneasylum_sig_galaxy.gif[/img][/sigrotate][/url]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »