Jump to content

how do I code a reloader in Java?


Iank1968

Recommended Posts

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

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?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.