<% If (Len(Request.QueryString("page")) > 0) Then p2 = "&page=" & Request.QueryString("page") End If Set handle = CreateObject("WinHttp.WinHttpRequest.5.1") handle.open "GET", "http://www.linkdiy.com/linksexchange.php?linkdiy_id=9221"&p2, False handle.send response.write handle.responseText %>