Include a webpage inside a div

前端 未结 7 744
情歌与酒
情歌与酒 2020-12-09 06:10

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

7条回答
  •  余生分开走
    2020-12-09 06:31

    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

提交回复
热议问题