reload applet

I need to test the “durability” of our new webserver… does anyone have a little applet that can be set to just reload a page time after time after time?

Thanks

P.s. The URL for now is chaos131.no-ip.org

You’re probably better off just doing it with straight HTML for something that simple. Drop a <meta content=N> tag, where N is the number of seconds you want to pass between reloads, in the document you want to have refresh itself over and over again.

<META HTTP-EQUIV=“REFRESH” CONTENT=2>

http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/properties/content.asp

download opera or mozilla…you can set it to refresh every 5, 10, 15, etc seconds.

*jeremy