将网页(如票务预订)插入另一页

时间:2010-09-22 07:44:51

标签: html asp.net-mvc iframe

我需要将http://www.ebookers.com/预订系统整合到我的网页中,不幸的是我以前从未这样做过。

很高兴听到有关如何实现这一目标的任何建议。

谢谢!

1 个答案:

答案 0 :(得分:0)

试试这个

<

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>

你可以在iframe的