Can This Be Done In ASP?
Hi everyone
Am currently working through a website built in ASP
This is what i want to do.
As i am able to send a page request to a server which returns a page to be viewed, i want to take that page it returns(download it), open it internally, set it to a variable, then use a replace command to remove the header and footer of the url and then use the main body as display on the website. Thus just using the body text on my websites branding
Therefore i want to
Request page (Done)
open source (URL)
set as text variable
replace known code (header and footer)
display as body text
Am not to familiar with ASP
Can any1 help
and can it be done!
Nice and easy in php but server doesnt support it, it only does ASP
cheers in advance Phil :D
|