<%@ LANGUAGE=VBSCRIPT %> <% if session("login")<>"" then session("nazwa")="" session("wojewodztwo")="" session("miejscowosc")="" else Session.Abandon() if request.ServerVariables("SERVER_NAME") = "wp.info1.pl" then session("wp")=1 end if end if adres=Request.QueryString("go") if Request.QueryString("id_woj")<>"" then id_woj=Request.QueryString("id_woj") end if go=adres&"&id_woj="&id_woj Response.Redirect(go) %>