NewTerminator
Programmer
Is there any way i can do something like this
strText = Server.Execute("test.asp"
What i want to achieve is that i want to execute an asp page and get the output in a variable. The asp page has server.execute statements inside it.
If i cannot do this in ASP, can i get it done using VB?
Any help would be appreciated.
Thanks in advance
strText = Server.Execute("test.asp"
What i want to achieve is that i want to execute an asp page and get the output in a variable. The asp page has server.execute statements inside it.
If i cannot do this in ASP, can i get it done using VB?
Any help would be appreciated.
Thanks in advance