E
Eric
Hello
I'm trying to determine a way to call a url from within an ASP page and have the contents (page source) returned to the calling asp page (the same way iis returns page source to your browser). In reality I'm calling a dll which is parsing xml tags. But rather than get into a complicated example I'll try to provide a simple example of what I'm trying to accomplish
Example
ASP pag
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%><html><head></head><body
call url http://123.23.2.121/junkfile.html and replace its source her
</body></html
JUNKFILE.HTM
<table width="500" border="1"><tr><td width="350">Hello</td><td width="161"> </td></tr><tr></table
RESULTING ASP PAG
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%><html><head></head><body><table width="500" border="1"><tr><td width="350">Hello</td><td width="161"> </td></tr><tr></table></body></html
Thank
Eri
I'm trying to determine a way to call a url from within an ASP page and have the contents (page source) returned to the calling asp page (the same way iis returns page source to your browser). In reality I'm calling a dll which is parsing xml tags. But rather than get into a complicated example I'll try to provide a simple example of what I'm trying to accomplish
Example
ASP pag
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%><html><head></head><body
call url http://123.23.2.121/junkfile.html and replace its source her
</body></html
JUNKFILE.HTM
<table width="500" border="1"><tr><td width="350">Hello</td><td width="161"> </td></tr><tr></table
RESULTING ASP PAG
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%><html><head></head><body><table width="500" border="1"><tr><td width="350">Hello</td><td width="161"> </td></tr><tr></table></body></html
Thank
Eri