What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » General » Forum & Website » Server Load Page Simple Suggestion

Server Load Page Simple Suggestion
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
O.P. Server Load Page Simple Suggestion
Hey WDZ and Surfi simple suggestion you guys may want to take into consideration. How about disabling the F5 key on the keyboard so that when its pressed it wont refresh the page and you guys could have a popup box say sorry this only puts more strain on the server and so on.

code:
<script>
function rejectF5()
{
if(event.keyCode == 116)
{
  event.keyCode = 0;
  alert('This only puts more strain on the server. Please do not continue to do this.\n\nMsgPlus! Forums Staff');
  return false;
}
}
</script>

This post was edited on 05-28-2004 at 07:18 PM by matty.
05-28-2004 07:13 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Server Load Page Simple Suggestion - by matty on 05-28-2004 at 07:13 PM
RE: Server Load Page Simple Suggestion - by Kryptonate on 05-28-2004 at 07:20 PM
RE: Server Load Page Simple Suggestion - by Mnjul on 05-28-2004 at 07:21 PM
RE: Server Load Page Simple Suggestion - by WDZ on 05-28-2004 at 07:23 PM
RE: Server Load Page Simple Suggestion - by KeyStorm on 05-28-2004 at 07:28 PM
RE: Server Load Page Simple Suggestion - by matty on 05-28-2004 at 08:09 PM
RE: Server Load Page Simple Suggestion - by Kryptonate on 05-28-2004 at 08:12 PM
RE: Server Load Page Simple Suggestion - by .blade// on 05-28-2004 at 08:55 PM
RE: Server Load Page Simple Suggestion - by Kryptonate on 05-28-2004 at 09:11 PM
RE: Server Load Page Simple Suggestion - by .blade// on 05-28-2004 at 09:13 PM
RE: Server Load Page Simple Suggestion - by Guido on 05-29-2004 at 02:32 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On