ciao fede_00,
devi cercare quello che c'è tra xcity= e &
te posso fa' un esempio
codice:
stringa = "citta_destinazione=&xcity=san giovanni lupatoto&gg=16&mm=6&aaaa=2005&s=0"
set re = Server.CreateObject("VBScript.RegExp")
re.Pattern = "xcity=([^&]*)&?"
re.Global=true
set risultati = re.Execute(stringa)
if risultati.count>0 then
set risultato = risultati(0)
Response.Write risultato.SubMatches(0) & "
" & Server.URLEncode(risultato.SubMatches(0))
else
Response.Write "NON TROVATO"
end if
p.s.
sei di Legnago (VR)? Io ho fatto 2 anni di itis a porto