| You are here: DEVPPL ‹ Forum ‹ Programming ‹ HTML Forum |
NOTIFICATIONS
|
|
|||||||||||||||
Login |
help embedding page
1 post
• Page 1 of 1
0
help embedding page
I have been given the following to check availability for a guest house to put on my site, however rather than linking through to the other site, I would like the results to be embedded within my own site, please can you tell me if/how this can be done. Thanks
- Code: Select all
<td width="76%" align="left" valign="top" bgcolor="#F8FCBC"><!-- InstanceBeginEditable name="m" --><div align="center"> <script language="javascript" type="text/javascript">
function iFrameHeight() {
var h = 0;
if ( !document.all ) {
h = document.getElementById('blockrandom').contentDocument.height;
document.getElementById('blockrandom').style.height = h + 60 + 'px';
} else if( document.all ) {
h = document.frames('blockrandom').document.body.scrollHeight;
document.all.blockrandom.style.height = h + 20 + 'px';
}
}
</script>
<div class="contentpane">
</div>
<p> <b><font size="5">Check Availability and Book Online</font></b>
<script id="eviivo_style" type="text/javascript" src="http://www.bookdirectrooms.com/app/RemoteSearchBox/eviivo_resources/JavaScript/eviivo.searchbox.resource.js?style=4&template=wide&contentID=FifthYO195LR&iType=serviced" ></script>
<noscript><a href="http://securebooking.eviivo.com/MyWebsite/FifthYO195LR.home"><img border='0' title='Book Online Now!' alt='Book Online Now!' src="http://www.bookdirectrooms.com/app/RemoteSearchBox/eviivo_resources/wide/4/button.gif" /></a></noscript>
<style type="text/css">.eviivo_sbox { width: 580px; height: 65px; padding: 5px 5px 5px 10px; background: #FFFFFF; border: 1px solid #000000; } .eviivo_title { display: none;} .eviivo_label { color: #50006a} .eviivo_roomlab { color: #50006a} .eviivo_button_image {background:#ce0000; border-color:#50006a #50006a #50006a #50006a; border-style:solid; border-width:2px; color:white; font-size:11px; font-weight:bold; height:36px; line-height:34px; text-transform:uppercase; width:auto; padding:0; -moz-border-radius:5px; }</style> <!-- InstanceEndEditable --></td>
- Chris
- Reputation: 0
- Posts: 1
- Joined: Sun Oct 16, 2011 10:52 pm
- Highscores: 0
- Arcade winning challenges: 0
|
|