Lost your password?

Blogs about: Browser Stuffs

Featured Blog

Blink Tag in IE

meetravi wrote 1 year ago: <html> <SCRIPT> // Before you reuse this script you may want to have your head examined … more →

To Disable F1 Key in Browser

meetravi wrote 1 year ago: Following code is to Disable F1 Key in Browser <!——–// <!DOCTYPE HTML PUBLIC … more →

To Disable cut,copy,scroll in IE Browser

meetravi wrote 1 year ago: <html> <body ondragstart=”return false” onselectstart=”return false … more →

To Disable a Back button in browser

meetravi wrote 1 year ago: You can insert this code in all your pages: <SCRIPT> <!-- javascript:window.history.forward … more →


Related Tags
All →

Follow this tag via RSS