News:

Welcome to RuneRebels. Enjoy.

Main Menu

Client PHP suggestion.

Started by Olivia020, January 07, 2013, 02:13:08 PM

Previous topic - Next topic

Olivia020

Add a script where if you leave or try to go back a page, it will ask you "Are you sure you wish to leave this page?"


and then you can press yes or cancel.


I'm as well im sure as many others are a victim of pressing the Backspace button and going back quiet a few pages and then getting stuck on your account is still logged in.

Kevin


Shane

You could also download the client to help run the game faster. :]

Ruby

#3
Bearing in mind that this won't be done in PHP, it's JavaScript.

window.onbeforeunload = function() {
return 'Make sure you have logged out from RuneRebels before continuing';
};

That'll work in most browsers.