PDA

View Full Version : Background Saving in HTML


chaundy
09-23-2005, 07:05 AM
i need to save some data held in an ASP page to HTML file onto the server with out showing the Save Dialog box. process needs to happen via button click or automatic. how do i go about this

smartweb
09-23-2005, 10:11 AM
You can use Microsoft.XMLHTTP fron an ASP page to get the content of the other ASP page and then save it to an HTML file with FileSystemObject:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/FSOoriFileSystemObject.asp