BoatCloud Manual  

How to embed BoatCloud on your website
The following large iFrame HTML code can be embeded in your website:
<iframe id=Aframe style="WIDTH:1024px;HEIGHT:768px" border=0 src="https://www.boatcloud.com/webapp/access.aspx"></iframe>
 
The following small mobile iFrame HTML code can also be embeded in your website:
<iframe id=Aframe style="WIDTH:1024px;HEIGHT:768px" border=0 src="https://www.boatcloud.com/webapp/access.aspx?Mobile=1"></iframe>

Large iFrame Example
 
Small iFrame Example
https://www.boatcloud.com/webapp/iphone.htm
 
Note: BoatCloud is a secure application that uses HTTPS.  If you embed the HTML code above in a non-HTTPS site then your users may get a "mixed content" warning from some browsers.  This means that secure content is being mixed with non-secure content.  As an alternative you can create a login link as follows:
<a href="javascript: window.open('https://www.boatcloud.com/webapp/access.aspx','','location=no, scrollbars=no,menubars=no,toolbars=no,resizable=no,status=yes');">Make a Reservation</a>