This is how to do the meta refresh tag in plain HTML.
<
meta http-equiv="refresh" content="0;URL=http://www.beetledev.com">
You can also use relative urls:
<
meta http-equiv="refresh" content="0;URL=Home/default.aspx">
Last Modified:
6/17/2005 1:07:33 PM