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.