<%
if Request.Cookies("POPUP")("GIRIS") = "OK" then
%>
<body>
<%
else
%>
<body onload="javascript:window.open('http://www.domain.com/geliyorum.asp?id=100','popup',',resizable=1,menuba r=1,scrollbars=1')">
<%
Response.Cookies("POPUP").path = "/"
Response.Cookies("POPUP")("GIRIS") = "OK"
end if
%>