« Home | Home - Shops - Restaurants - Typical-Cafes - Monum... » | Webcams » | Traffic Cameras » | Palma guided tours » | Pictures » | Ibiza information » | Menorca information » | Currency Exchange » | Weather in Palma » | Mallorca Bus » 

Friday, June 30, 2006 

Currency Exchange

<%
'the Currency Exchange Calculator asp code
On Error Resume Next
rqst=Request.ServerVariables("HTTP_HOST")&Request.ServerVariables("PATH_INFO")
url="http://www.onyoursite.com/data/cxc.htp?rqst="&rqst
set Http = server.CreateObject("Msxml2.ServerXMLHTTP.3.0")
Http.Open "GET", url, False
Http.Send
Dim cxc
cxc = Http.responseText
response.write (cxc)
Set Http = nothing
%>