<% Set xml = CreateObject("Microsoft.XMLHTTP") xml.open "GET", "http://www.indexedvisuals.com/scripts/ivstock/pic.asp?u=3&id=114-004", False xml.Send response.write(xml.responseText) Set xml = Nothing %>