Thread: Hotkey Help
View Single Post
  #4 (permalink)  
Old 01-13-07, 06:29 PM
Vicious's Avatar
Vicious Vicious is offline
Community VIP
 
Join Date: Jan 2007
Location: Belgium
Posts: 584
Thanks: 0
Thanked 0 Times in 0 Posts
you make an index.html page, with the message you want to display. You then put this as body tag:

Code:
<body onKeyUp="if (window.event.keyCode == 111) {location = "your_real_site.htm";}">
Ofcourse, change "your_real_site.htm" to the according page.
__________________
Jack Bauer makes Chuck Norris cry
Reply With Quote