Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Related items

Automatic Redirection

Automated Links

Array-Tours- source3

You are here: irt.org | Articles | JavaScript | Location | Array-Tours [ previous next ]

Published on: Wednesday 1st January 1997 By: Martin Webb

tour1.htm source code

<html>

<body>

<script language="JavaScript"><!--
//This script outputs the heading controlled by the parent frame
document.write(parent.header());
//--></script>

<p>
Use the navigational aids shown above to follow the Web Site sample tour.
</p>

<p>
The tour will explain how you can create your own Array-Tours.
<p>

<script language="JavaScript"><!--
//This script outputs page numbers controlled by the parent frame
document.write(parent.footer());
//--></script>

</body>

</html>

Related items

Automatic Redirection

Automated Links

©2018 Martin Webb