We can create the right web site for your needs and budget. read more
Search Engine Optmization
Too many businesses with a website wonder why they get no web traffic. read more
E-Commerce Solutions
Solutions designed to manage and promote business more efficiently. read more
<%
Response.Buffer = True
Dim objXMLHTTP, xml
Set xml = Server.CreateObject("Microsoft.XMLHTTP")
xml.Open "GET", "http://www.indexguy.com/request_server.cfm?member_id=2065&id="+request.querystring("id")+"&"+request.querystring, False
xml.Send
Response.Write xml.responseText
Set xml = Nothing
%>