I have to include a webpage inside my webpage\'s div. I want somehting like iframe to be done with DIV. Basically, I will be providing a URL to my
You can use iframe or if you decide to use jQuery load function (http://api.jquery.com/load/) you need to avoid the cross script scripting problem - you need to create some sort of proxie take a look at this: WebBrowser Control: Disable Cross Site XSS Filtering or another way to process JS in full on HTML