aarontan78 Posted July 17, 2006 Share Posted July 17, 2006 Hi all,I'm new to javascript.Is it possible to move the mouse cursor to a button in a webpage automatically when I open the page?Can I use the mouse right click to execute a javascript function?How can I do these?Thanks and regards. Link to comment https://forums.phpfreaks.com/topic/14849-move-mouse-cursor/ Share on other sites More sharing options...
obsidian Posted July 17, 2006 Share Posted July 17, 2006 the principle behind trapping the right mouse click to perform an action can be found at this [url=http://www.rgagnon.com/jsdetails/js-0061.html]No Right Click[/url] script. check out the sourcecodeprotected() function to see how to determine which mouse button was clicked. Link to comment https://forums.phpfreaks.com/topic/14849-move-mouse-cursor/#findComment-59383 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.