<% pag = (Request.QueryString("pag")) toggle = session("docenti") if toggle = false then session("docenti") = true if toggle = true then session("docenti")=false pag = "../ita/" + pag + ".asp" Response.redirect pag %>