Lets argue over redirect methods
I just got in a really heated discussion about redirect methods. There is the standard META refresh method (<meta http-equiv="Refresh" content="0; url=http://www.page.com"> ) and the JS method (
<body bgcolor="#ffffff" onload="location.href='http://www.page.com'">.
I am all for the JS method. It is faster, you can see this by the two test files I have made:
http://skeedo.com/meta1.htm
http://skeedo.com/jstest.htm
Not only does the JS one seem to load faster, but it also seems to be caching and the meta one does not. Now arguments against the JS method are that it isn't as supported as meta, but that's why you include a link on the redirect page in case the redirect fails or you have JS disabled. I would really like to hear other thoughts on this!
Btw, interesting note. Alex Ross or whoever developed this site is using BOTH the JS and META redirect methods to redirect Sharkyforums.com to ultimatebb.cgi. Does seem however the JS one is being done first.
------------------
html.dataraq.com