codice:
<%
   dim ActPage 
   ActPage = 2  
   if session("lang") = "" then 	
      session("lang") = 0 
   end if  %> 
<html xmlns="http://www.w3.org/1999/xhtml"> 
<head> 
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
<link href="css/stili.css" rel="stylesheet" type="text/css" /> 
</head>  
<body>                 
<%if session("lang") = 0 then%>                 
   INGLESE				                 
<%end if%>						 				
<%if session("lang") = 1 then%>                 
   ITALIANO 				
<%end if%>             
<form>                 
<input type="hidden" value="<%=session("lang")%>">             
</form>  
</body> 
</html>