PDA

View Full Version : reload applet


MattK
01-15-2003, 10:42 PM
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

rbayer
01-15-2003, 10:51 PM
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.

Brian M.
01-15-2003, 10:57 PM
<META HTTP-EQUIV="REFRESH" CONTENT=2>

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

Jeremy_Mc
01-15-2003, 11:46 PM
download opera or mozilla...you can set it to refresh every 5, 10, 15, etc seconds.

*jeremy