Iank1968 Posted March 5, 2009 Share Posted March 5, 2009 I was wondering how to code a reloader to reload. This is for a point and click game. the url I want to keep refreshing automatically is: http://apps.facebook.com/extremintonfe/?id=hunt_1&t=707e4781503fe6f12952fbc598806e27 is there a simple code I can create to do this? I want to be able to have the players put in how many times they want it to refresh. Thanks Link to comment https://forums.phpfreaks.com/topic/148037-how-do-i-code-a-reloader-in-java/ Share on other sites More sharing options...
darkfreaks Posted March 5, 2009 Share Posted March 5, 2009 have you tried jquery they have tons of user plugins Link to comment https://forums.phpfreaks.com/topic/148037-how-do-i-code-a-reloader-in-java/#findComment-777396 Share on other sites More sharing options...
rhodesa Posted March 5, 2009 Share Posted March 5, 2009 first, Java != JavaScript...sorry to be a nit pick, but they are completely different with JavaScript, you can use window.location.reload() to reload the page...is that what you are looking for, or more of a part of the page refreshed? either with AJAX populating a DIV or an iframe? Link to comment https://forums.phpfreaks.com/topic/148037-how-do-i-code-a-reloader-in-java/#findComment-777405 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.