Guest_imported
New member
- Jan 1, 1970
- 0
I was hoping strMyResponse = Server.Execute("blah.asp" would do it, but that was probably a little silly of me.
I need to execute an asp page, retrieve the responded page into a variable, modify the variable, and send the final response to the browser. Is there any possible way of doing this? Can the Response object be read?
I need to execute an asp page, retrieve the responded page into a variable, modify the variable, and send the final response to the browser. Is there any possible way of doing this? Can the Response object be read?