Ciao,
non capisco come mai con questo codice non mi include il file chisiamo.asp
mentre il response.write me lo esegue....

HELP!!!!

codice:
  <%if Request("content") = 1 then
    
  else if Request("content") = 2 then
    response.Write("EXPO TOURIST")
  else if Request("content") = 3 then
    response.Write("LOCATOINS")
  else if Request("content") = 4 then
    response.Write("SERVIZI")
  else if Request("content") = 5 then
    response.Write("CONTATTI")
end if
end if
end if
end if
  end if%>