Forgive me the lack of Java...maybe I'll slip it in there later. How do you get a page to autorefresh? I tried searching for it and all I got were tons of pages that autorefreshed. Thanks Paul R
<META HTTP-EQUIV="Refresh" CONTENT="5;URL=http://www.myURL.com"> In this snippet, 5 is the number of seconds before the page refreshes. You can specify an alternate URL to go to in your refresh, making this a useful command for displaying an error page for a few seconds and then going back to where you were.