Stuck w Login, Help Please
Last Post 04/04/2007 7:44 PM by ORP. 0 Replies.
Author Messages
ORP
Nuke Pro
Nuke Pro
Posts:69


--
04/04/2007 7:44 PM  

This bit of code ALMOST does the trick.

BUT, When it re-direct it ads the redirect string after the existing Browser Address Window String. Making it look something like:

http://www.mudgeerabahilltons.com/m...DotNetNuke
or
http://www.connieolle.com/mudgeerab...connieolle

I guess I have to “clear” the browser window, or use an “over write command” when I pas in the redirect string????

Can anyone help?
Using different URL’s to different site portals seems to be common out there????


<%<BR>If InStr( UCase(Request.ServerVariables("SERVER_NAME")),  UCase("<a target=_blank href="http://www.mudgeerabahilltons.com&q...gt;") ) > 0 Then<BR>        Response.Redirect("<a target=_blank href="http://www.mudgeerabahilltons.com/D...>ElseIf InStr( UCase(Request.ServerVariables("SERVER_NAME")), UCase("<a target=_blank href="http://www.connieolle.com">...gt;") ) > 0 Then<BR>        Response.Redirect("<a target=_blank href="http://www.mudgeerabahilltons.com/DotNetNuke/connieolle">www.mudgeerabahilltons.com/DotNetNuke/connieolle</A>")<BR>End If<BR>%>

Thanks

Olle….



---