Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



Reply
Mouse events in firefox, javascript
Old 05-13-2008, 10:40 PM Mouse events in firefox, javascript
Junior Talker

Posts: 1
Name: Rian
Trades: 0
hi. i tried this code
Code:
 <html>
<head>
    <title>Event</title>
</head>
<body onclick="alert(event.clientX + ' x ' + event.clientY)">
</body>
</html>
and it worked in firefox and IE.
i changed it to this
Code:
<html>
<head>
<title>Event</title>
<script language="javascript">
function changeTabs(){
alert(event.clientX + ' x ' + event.clientY)
}
</script>
</head>
<body onclick=changeTabs()>
</body>
</html>
and it doesnt work on firefox anymore

please help, thanks.

Last edited by lovesirius12; 05-13-2008 at 10:43 PM..
lovesirius12 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-14-2008, 06:03 AM Re: Mouse events in firefox, javascript
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,519
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
turn on the javascript error console in firefox.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Reply     « Reply to Mouse events in firefox, javascript
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.10004 seconds with 12 queries