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. Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/14849-move-mouse-cursor/#findComment-59383 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.