The most common default/front 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">Complete list of pages on this site</a></p>
</body>
Note. Above, options are [YES]Google [YES]JS [NO]Direct. See Default/Front Page Options.
You enable the JS check by using the first link above. This link is required in the default/front page. The jscheck.htm file checks the browser has JavaScript enabled, and if not, it offers a list of pages on the site in the form of the KSW Index. If JavaScript is enabled, jscheck.htm opens the frameset/KB. 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">Complete list of pages on this site</a></p>
</body>
Note. Above, options are [YES]Google [NO]JS [NO]Direct. See Default/Front Page Options.