[thesite] Log in ....

Michele Foster michele at wordpro.on.ca
Wed May 23 15:45:45 CDT 2001


Matt, log in (and out) appears to be fine .. working as intended ..

Here's the code from the signup page

http://www.evolt.org/user/signup/index.html?action=thanks&pageresponse=Thank
s%2C%20you%20have%20been%20registered%2E


<script language="JavaScript" type="text/javascript">
<!--
 setTimeout('location.href = \'www.evolt.org/index.html\'',10000);
//-->
</script>


and the code from log out page,

http://www.evolt.org/logout/index.html?http_referer=section%3Dcategory%26sub
section%3Dall%26params%3D&cfid=486712&cftoken=40577226


<script language="JavaScript" type="text/javascript">
<!--
 setTimeout('location.href =
\'http://www.evolt.org/category/all/index.html\'',10000);
//-->
</script>


I think it is as you said and all that is missing is the "http://" part.

Michele







More information about the thesite mailing list