Log in

View Full Version : how to force a page to refresh using html



Rai_87
05-14-2008, 06:40 AM
how can i force a page to refresh using html.........:confused:

rangana
05-14-2008, 06:51 AM
You might find this link useful:
http://www.w3schools.com/tags/tag_meta.asp

jscheuer1
05-14-2008, 06:53 AM
There is only one way to do that using HTML alone. That is the meta refresh tag:

http://en.wikipedia.org/wiki/Meta_refresh

There are other ways, using either javascript or server side code, but these are not HTML methods.

Rai_87
05-14-2008, 09:08 AM
i am using meta to do refresh for a website, inside the multiview how can i do refresh for single view of the multiview instead of the main page onli

jscheuer1
05-14-2008, 09:19 AM
Multiview isn't a specific term. Do you mean asp multiview? If so, you should use asp to refresh your content, and that is beyond this forum, though you can check in our asp section. If you mean frames or iframes, just put the meta refresh tag on the page inside the frame or iframe. If you are talking about something else, please let us know what. Be specific.