On My Website You Have To View It In f11 ( FullScreen ) Mode ! Is There Anywhere That Has A HotKey Script So That If I Put A Message Like So
*****************************************
****** Please Press F11 To Enter The Site ******
*************** Thank You *****************
*****************************************
I'm not sure how you are using "enter the site" and "redirect" Do you mean put up a page "before" they come it and then do the key stroke and go in?
You can trap key presses and resize the browser, or you can redirect and resize with a simple script.
However, you can do an onLoad function and resize the browser to whatever size you want to unless the user has that capability disabled in their browser security options.
You don't need a key stroke either. A simple link will do the same thing and save you from having to do the keypress event trap. Its a very easy script as well. In fact both of these tasks would be relatively simple functions.
Is there some reason that a key press is preferable to a link?
__________________
"Things are difficult only while you don't understand them."