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) ? Link to comment https://forums.phpfreaks.com/topic/20026-mouseover-and-check-if-mousedown/ 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);" Link to comment https://forums.phpfreaks.com/topic/20026-mouseover-and-check-if-mousedown/#findComment-88779 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.