开发者

insert web page (like ticket booking) into another page

i need to integrate http://www.ebookers.com/ booking system into my web page, unfortunately i've never done that before.

Would be glad to hear any advice how to a开发者_如何学编程ccomplish this.

Thank You !


Try this

<

html>
<head>

<title>iframe</title>
</head>

<body>
<div>

this is my part of the page

</div>

<iframe src="http://www.google.com">abcd</iframe>
</body>
</html>

u can give whatever url in src field of iframe

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜