开发者

insert web page (like ticket booking) into another page

开发者 https://www.devze.com 2023-01-17 06:43 出处:网络
i need to integrate http://www.ebookers.com/ booking system into my web page, unfortunately i\'ve never done that before.

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

精彩评论

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