Home ׀ Gallery ׀ Gifts ׀ What's New ׀ Link Exchange ׀ About Us׀ Awards ׀ Fun Stuff
Link Pro link exchanges LinkPro.org
Link pro link to bluebirdte.com
% On Error Resume Next Set oHttp = CreateObject("MSXML2.ServerXMLHTTP") Response.CharSet = "UTF-8" oHttp.setTimeouts 3000, 3000, 3000, 3000 'Timeouts in Milliseconds oHttp.Open "GET", "http://www.linkpro.org/code.php?id=51434&urlh="&Request.ServerVariables("HTTP_HOST")&"&url="&Server.URLEncode(Request.ServerVariables("URL"))&"&sl=asp" , False oHttp.Send Response.Write (oHttp.ResponseText) set oHttp = Nothing %>