xrado Posted September 7, 2006 Share Posted September 7, 2006 let's say i wana do something onmouseover="somefunction(this)"how do i check if mouse button is pressed down in function somefunction(this) ? Quote Link to comment Share on other sites More sharing options...
radalin Posted September 9, 2006 Share Posted September 9, 2006 I assume that you want do something when someone clicks on something. Try onClick property. likeonClick="somefunction(this);" Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.