开发者

one HTML page within another?

For example I have a main page with a div ( or something of that kind ) within which I want a content page to app开发者_Python百科ear. What do you think would be the best way of doing this?

Thanks!


If you are using PHP, include('page2.php') is the best way to. if not, <iframe src="page2.html"></iframe> is good.


You can use iframe to achieve this. check this: http://www.w3schools.com/TAGS/tag_iframe.asp

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜