<% 'Session.Abandon DIM version, language Error = False if request("err") = "1" then Error = True language = request("lang") Session("language") = language response.redirect "https://i-spy.it/modulo/buy-computer.asp?lang=" & language Select Case Session("language") Case "IT" title = "Qual è il computer utilizzato dalla persona sotto sorveglianza?" subtitle = "Questo è il computer in cui si sta per installare PC-SPY" warn = "Scegliere un'opzione sopra" Case "FR" title = "Quel est l'ordinateur utilisé par la personne sous surveillance?" subtitle = "C'est l'ordinateur où vous allez installer PC-SPY" warn = "Veuillez choisir une option ci-dessus" Case else title = "What is the computer used by the person under surveillance?" subtitle = "This is the computer where you are going to install PC-SPY" warn = "Please choose an option above" End select %>
 

<%=title%>

<%=subtitle%>.

<%if Error = True then%> <%=warn%> <%end if%>