|
<%@ Language=JScript%>
<%
if(Request.Form("Sex")()=="male")
Response.Redirect ("http://www.tapuz.co.il/tapuzforum/main/forumpage.asp?id=130")
else if (Request.Form("Sex")()=="female")
Response.Redirect ("http://www.nana.co.il")
else Response.Write ("<H3>The sex was not selected</H3>")
%>
|
|
|