[thelist] What is the Best Practice for Single Page Redirects?

Lena Marianne Arvola chase at ontask.net
Thu Jul 10 13:37:28 CDT 2003


Which of these methods is better for doing a single page redirect... 

Placing the following VBScript before the DOCTYPE:
<%@ language="VBScript" %><% response.redirect("/url/goes/here/") %>

or to use the following meta tag:
<meta http-equiv="REFRESH" content="0;URL=url/goes/here/">

-Lena.
-- 
On Task Technologies
http://www.ontask.net/



More information about the thelist mailing list