Hi,
Can anyone give me a method of automatically redirecting my web intro page to a secure web page after a few seconds or on a 'skip intro' link.
I have coded the following but I'm just not sure if it really works. I get the right output the web address contains the https but is that enough to make it a secure site?
<%
ssSecureURL = "ssSecureURL = ssSecureURL & Request.ServerVariables("SERVER_NAME"
%>
<a href="<%=ssSecureURL%>/Secure/BLMFrmContainer.asp"><FONT size=2>Skip Intro</FONT></A>
Any help would be great,
thanks
Can anyone give me a method of automatically redirecting my web intro page to a secure web page after a few seconds or on a 'skip intro' link.
I have coded the following but I'm just not sure if it really works. I get the right output the web address contains the https but is that enough to make it a secure site?
<%
ssSecureURL = "ssSecureURL = ssSecureURL & Request.ServerVariables("SERVER_NAME"
%>
<a href="<%=ssSecureURL%>/Secure/BLMFrmContainer.asp"><FONT size=2>Skip Intro</FONT></A>
Any help would be great,
thanks