id=request("id")
if id=1 then
response.write"style kod"
else
reponse.write"bos"
end if


eger post ile gelirse veri
id=request.form("id")
if id=1 then
response.write"style kod"
else
reponse.write"bos"
end if