Options you may consider when creating the entry page:
• [YES/NO]Google = Whether site is Google friendly or not; for instance, when a site is
private/protected or located on an intranet, it should not be open to search engines. When
[YES]Google, add a link like 'List of topics on this site'. See examples in
Google Friendly Site.
[YES]Google
<a href="ksw/toc.htm">List of topics on this site</a>
[NO]Google
Do not include link above.
• [YES/NO]JS = Whether site checks for JavaScript enabled. If JS is not enabled, a message
is displayed. See examples in
JavaScript Check.
[YES]JS
<a href="ksw/jscheck.htm">Click here to enter site</a>
[NO]JS
<a href="ksw/frameset.htm">Click here to enter site</a>
• [YES/NO]Direct = Whether the site opens directly in the frameset or not. If [YES]Direct,
the site opens directly in the frameset, where the first topic displayed is the
home topic. If [NO]Direct, the entry page is
displayed. See examples in No Entry Page Display.
[YES]Direct
<script type="text/javascript">
window.location.replace("ksw/jscheck.htm");
</script>
[NO]Direct
<a href="ksw/jscheck.htm">Click here to enter site</a>