Free Web Hosting Provider - Web Hosting - E-commerce - High Speed Internet - Free Web Page
Search the Web

A1ien51.8k.com disable the Back Button / Resize Button / No Minimize-Stay On Top

NOTE: THIS ONLY WORKS WITH JAVASCRIPT ENABLED BROWSERS!!

Back Button
So You want to disable the back button on your web browser eh??
Well technically you can not disable it, but with a little trick you can make seem like it happens.
What is going to happen, is when the page loads, it will send the surfer to the last page in their history.
This is a very simple code.


Add this code to the header of your page:

 

Now if a person tries to go back to it, then it will send them directly back to the page they pushed the back button on!

 

Resize Button
This code will work  when the page is loaded and change the page to the defined dimensions. 
When the maximize button is hit, the window will not maximize, but stay the same size.
The window will minimize, but will open to the defined dimensions when in focus.

Add this code to your page:

 
No Minimize-Stay On Top
You want to keep a window on top of all the rest? You do not want it to be minimized? This is the code for you!
 It is a timed loop that keeps focusing the window.
 If another application (e.g. Note Pad) is being used, it will not pop up in front of it, the button  in the task bar will flash constantly.  

Add this code to your page:

 

Hope this helps you out
A1ien51