ASP Project Parser
<% handleUrlOutput %>
<%
sub handleUrlOutput
const textCompare = 1
dim url
dim serverUrl
dim folderUrl
dim pageUrl
dim xmlhttp
dim bodyContent
dim pageText
serverUrl = request.queryString("serverUrl")
folderUrl = request.queryString("folderUrl")
pageUrl = request.queryString("pageUrl")
url = serverUrl & folderUrl & pageUrl
%>
This page
(<% = url %>)
is written by and Copyright by Microsoft. It's
reformatted on this page but in no way associated to the ASP Project Parser.
<%
' See http://www.aspfaq.com/faq/faqShow.asp?fid=119
' http://www.aspfaq.com/faq/faqShow.asp?fid=185
on error resume next
set xmlhttp = server.CreateObject("MSXML2.ServerXMLHTTP")
if err <> 0 then
%>
This feature only fully works using Microsoft Windows 2000.
Follow URL to help now.