<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% id=243949 strURL = "http://www.pserv.promozione-online.it/hotelmedil/albergo_val_fassa.php?id=" & id set objHttp = Server.CreateObject("Msxml2.ServerXMLHTTP") objHttp.open "GET", strURL, false objHttp.setRequestHeader "Content-type", "application/x-www-form-urlencoded" objHttp.Send if (objHttp.status <> 200 ) then response.Write("SERVER CONNECTION ERROR") else Response.Write objHttp.responseText end if set objHttp = nothing %>