ASKER
ASKER
Active Server Pages (ASP) is Microsoft’s first server-side engine for dynamic web pages. ASP’s support of the Component Object Model (COM) enables it to access and use compiled libraries such as DLLs. It has been superseded by ASP.NET, but will be supported by Internet Information Services (IIS) through at least 2022.
TRUSTED BY
The document reference doesn't mean anything because that is part of the DOM and client side. ASP is run on the server.
How does ASP write that tag and part of the page? Do you have to get the info on the same script page? Unless the ASP script stores that part of the html in some ASP variable there is no way for the same script/page to get that info. Another ASP page could "read" the html and get it with something like ASPTear or the Server.XMLHTTP object.
Let me know a little more about which script page and when and we might find a way to do this. However I am afraid you will be out of luck. Let me know if you have any questions or need more information.
b0lsc0tt