King Solomon Web Specs Download Purchase=$170 Support Contact
by Anasoftware
JavaScript Check
A KSW-enabled site requires JavaScript to be enabled on a visitor's machine. True, it is hard to browse the web today with JavaScript disabled. But just for safety, we can check for it when visitors call the entry page. If disabled, a visitor is offered advice on how to enable it.

You enable/disable the JavaScript check in the entry page. See also Entry Page.

The most common entry page configuration is:

<body>
<p>Welcome to TITLE OF WEB SITE</p>
<p><a href="ksw/jscheck.htm">Click here to enter site</a></p>
<p><a href="ksw/toc.htm">List of topics on this site</a></p>
</body>

Note. Above, options are [YES]Google [YES]JS [NO]Direct. See Entry Page Options.

You enable the JS check by using the first link above. This link is required in the entry page. The jscheck.htm file checks the browser has JavaScript enabled. If JavaScript is enabled, jscheck.htm opens the frameset. If you want to skip the JS check, replace jscheck.htm with frameset.htm. Skipping the JS check makes sense, as one hardly can browse the web today with JavaScript disabled. Here is an example where the JS check is skipped:

<body>
<p>Welcome to TITLE OF WEB SITE</p>
<p><a href="ksw/frameset.htm">Click here to enter site</a></p>
<p><a href="ksw/toc.htm">List of topics on this site</a></p>
</body>

Note. Above, options are [YES]Google [NO]JS [NO]Direct. See Entry Page Options.

Home Specs Download Purchase Support Contact
asp