How can I (server side) include an html page inside an html page?

moslim

New Member
On .NET I download a whole website page inside a page with :\[code\]m_oClient.DownloadString(link);\[/code\]of course, the page already have \[code\]<html></html>\[/code\], so now I have \[code\]<html></html>\[/code\] twice which make markup invalid. I can't use an iframe (due to the X-Frame-Options policy), so is there another way on doing this?
 
Back
Top