Found this code in javascript : <script> if (document.all) { document.onkeydown = function () { var key_f5 = 116; // 116 = F5 if (key_f5==event.keyCode) { event.keyCode=0; alert ("Sorry! You can not refresh this page!"); } } } </script> not sure if this will work on FF , also user can easily disable javascript . Code (markup):
i think to disable the submit form , when you submit a form and u click on refresh it will submit another time ... same goes to the back button .
reason being I run an online turn based game. People F5 enter. as well as have auto refreshers causing them to spin mad fast the turns they have on hand. I want them to have to interact more. and not so much on refreshers. I would need something not java as FF uses java for there refresh program reload every v2.0 IE: has some theres are normally web masted with frames. So i used a break frames tech. for that. However needing to stop the outside java scripts and page refreshers. Please keep the ideas rolling everyone. and thank you so far. TJ