Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: mimicking IE File...SaveAs with asp


Message #1 by "Warren" <x_whoweare@y...> on Tue, 25 Feb 2003 18:06:20
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

  Return to Index