Scriptcalendar.com
An Incredible Javascript Event Calendar

User Guide

»  Table Of Contents

The License Key

Section 1.3.0

The license key is stored in the "name" attribute of "iframe" tag of your HTML page. Setting the value of the "name" attribute establishes your license key. The "name" attribute may contain a single license key in the form of a text string. Additionally, it may contain several license keys in the form of a comma delimited string. Please see the examples below.

Single license key example

<!-- scriptcalendar iframe tag -->
<iframe id="scIFrame" name="abc" src="scthemes/standard/scrptcal.htm" scrolling="no" frameborder="0" width="800" height="700" ></iframe>

Multiple license key example

<!-- scriptcalendar iframe tag -->
<iframe id="scIFrame" name="abc,def,xyz" src="scthemes/standard/scrptcal.htm" scrolling="no" frameborder="0" width="800" height="700" ></iframe>

It is important that the "id" attribute of the "iframe" tag is the value "scIFrame". Don't change the value of the "id" attribute.

If no events beyond the 10th day of the month will appear your license key is mistyped or invalid. This behavior is known as demo mode. Please check your domain and your license key. To check your domain, open your HTML page with your browser and examine the URL in the Address bar. The domain portion of the URL starts after the "http://" and ends at the first forward slash "/".

Please note that it is possible for your browser to cache the HTML file. That means even if you edit the license key, the browser may continue to display events only up to the tenth. That is because the browser is using the cached version of the page without your edit. To clear the cache, use the browsers refresh button. So, every time you change the license key, make sure you use the refresh button on the browser.

The license key checking is done in javascript when the calendar loads. It is internal to the scriptcalendar engine. The license key check doesn't reference or make a call to this website or any other website.

The only difference between the demo version and the full version is the license key. Adding the correct license key to the demo version of the software instantly upgrades it to the full version. You will be granted a license key during the purchase process by this website. You can immediately insert the license key into the demo version and it becomes the full version. Therefore, you can test and develope the demo version and only when you are satisfied do you need to come back for the license key.

»  Table Of Contents