how can i force a page to refresh using html.........![]()
how can i force a page to refresh using html.........![]()
You might find this link useful:
http://www.w3schools.com/tags/tag_meta.asp
Learn how to code at 02geek
The more you learn, the more you'll realize there's much more to learn
Ray.ph!
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.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
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
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.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Bookmarks