Dissapear mouse and use key to navigate on web pag
I am not sure where to post this topic but I think they could be done using javascript. If not, please tell me to post it
elsewhere.
I want to do two things in my web page:
1. Disable completely mouse.
This means either disable it like is not existing, either exist but no pointer wherever in the monitor would appear.
The mouse will not be useful for some action as I want the user just to watch a flash which will play somewhere in the page.
So, I want to vanish the mouse-pointer.
Of course this should happen only to a specific page, not all the other web pages.
2. Give the capability to the visitors of the page, to press a specific key on the keyboard (like spacebar) to go back to
another page of the site.
Can you please give me the code to achieve these things?
|