hi - are you looking to redirect the user to a specific webpage/ website ?
if so - in ASP you can use :
<%
response.redirect (url)
%>
Type: Posts; User: TheTechieGuy
hi - are you looking to redirect the user to a specific webpage/ website ?
if so - in ASP you can use :
<%
response.redirect (url)
%>