Answers
Jul 24, 2006 - 12:54 AM
Are you talking about having a visitor come to your home page, and then five seconds later it refreshes itself?
If this is the case, there are a couple of ways to do this, the easiest one being to use the "meta refresh" tag which is recognized by most "modern" browsers - IE 5 and greater, NS 4.78 and greater, Firefox, Opera, etc...
Place the following tag in the portion of your HTML document:
The value that you put in the 'content' with determine how many seconds will elapse prior to the page refreshing itself. In the above example the page would refresh in 10 minutes.
Another way you could refresh the page is by using Javascript and the setTimeout() function available. It's a bit more involved, and will also work with most modern browsers.
I will be happy to provide an illustration of the Javascript method if the tag does not suit your needs. Please let me know.
Take care,
Ric
Jul 24, 2006 - 11:21 PM
Thanks for the answer.
Mar 21, 2008 - 01:41 AM
Note: Please remember that I can't use submit buttons or anchor tags for submiting the form. It should be done automatically.



Add New Comment