By removing the iframes and using cross browser supported technology; the new RezStream calendars are easier to use and are able to reach a wider audience.
These new calendars provide a great deal of new functionality and customization.
The new Calendars will show the number of units available for property wide searches and will add minimum night restrictions to individual unit searches.
They also take into consideration minimum and maximum number of days out a reservation can be made.
Simply add This code in between the <head> and the </head> tags on your website.
<script type="text/javascript" language="JavaScript" src="http://calendars.rezstream.com/cal.js"></script>
Then add this script where you want the calendar to appear on your page:
<script type="text/javascript" language="JavaScript">'RSCal();</script>
There are nine options for your new RezStream Calendar:
<script type="text/javascript" language="JavaScript">RSCal(6137, 6324);</script>
<script type="text/javascript" language="JavaScript">RSCal(6137, 6324, 19422);</script>
<script type="text/javascript" language="JavaScript">RSCal(6137, 6324, 19422, 2, 3);</script>
<script type="text/javascript" language="JavaScript">RSCal(6137, 6324, 19422, 7, 4);</script>
<script type="text/javascript" language="JavaScript">RSCal(6137, 6324, 19422, 3, 3, 0);</script>
<script type="text/javascript" language="JavaScript">RSCal(6137, 6324, 0, 0, 1);</script>
<script type="text/javascript" language="JavaScript">RSCal(6137, 6324, 19422, 3, 4, 1, 80);</script>
<script type="text/javascript" language="JavaScript">RSCal(6137, 6324, 19422, 3, 4, 1, 100, 0);</script>
<script type="text/javascript" language="JavaScript">RSCal(6137, 6324, 19422, 3, 4, 0, 100, 1, "http://calendars.rezstream.com/demo.css");</script>