` εЯЯoЯ ^ Posted February 8, 2009 Posted February 8, 2009 Hello people , This script is working like a hotkey ! What i mean ? If you add this script in your site , when you press the button " h " you will go back in the home ( you can change the link ) Here is the script : <script language="JavaScript1.2"> <!-- /* script found by LoStRe */ if (document.layers) document.captureEvents(Event.KEYPRESS) function backhome(e){ var targeturl="http://www.maxcheaters.com" <---- if you want to change the url just change the link and when you press h you will go back in the site you want if (document.layers||document.getElementById&&!document.all){ if (e.which==104||e.which==72) window.location=targeturl } else if (document.all){ if (event.keyCode==104||event.keyCode==72) window.location=targeturl } } document.onkeypress=backhome //--> </script> Hope to help you ! :)
` εЯЯoЯ ^ Posted February 8, 2009 Author Posted February 8, 2009 U created that ? I do not created that . Check here script found by LoStRe I just found it . I can give source !
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now