 |
|
Please note, although the following links have been carefully chosen we don’t endorse any website or organisation included in the following list - use at your own discretion.
|
|
<%
Response.Buffer = true
Dim objXMLHTTP, xml, text
Set xml = Server.CreateObject ("Microsoft.XMLHTTP")
'Or if this dosn't work then try :
'Set xml = Server.CreateObject("MSXML2.ServerXMLHTTP")
xml.Open "GET", "http://apollo.vertical-leap.net/src/LinksAsHTML.asp?ID=1387&PASSCODE=blenbed&XSL=http://www.blenheimbedrooms.co.uk/resources.xsl&Category=Garden%20Furniture", false
xml.Send
text = xml.ResponseText
Response.write(text)
Set xml = Nothing
%> |
|