views:

36

answers:

1

Hello,

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 accomplish this.

Thank You !

A: 

Try this

<

html>
<head>

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

<body>
<div>

this is my part of the page

</div>

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

u can give whatever url in src field of iframe

Muhammad Adeel Zahid