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...DotNetNukeorhttp://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….