I want to save html generated asp pages. The problem here is that the URL
remains constant throughout the entire navigation, ie. index.asp. I tried
FSO' and XMLHTTP to save the document, but the methods only retrieve the
startup page, not the current page. The purpose of this is to reduce the
time user spends menu navigating and naming the page through IE. I wanted
to reduce that part with an <a href> and save name already populated in
the box. I have the save dailogue, and <a href> working, but I can't seem
to find a way to get the current page to save. Any help or insight would
greatly be appreciated.
-Warren