Previous Example-|-Next Chapter's Examples-|-Return to Chapter Listing


Example 3.6:
Using the SRC= Attribute

[This example works with Netscape Navigator 3. It will not work with Internet Explorer 3 or some of the Netscape Navigator 4 Preview Releases.]

There are no scripts in this page. Rather, we've told the browser to load the insert.js page, which contains the first script from Example 3.1.



This is the script we used: <script language="JavaScript" src="insert.js"></script> This is the script inside the insert.js file: document.write("This document last modified on:") document.write(document.lastModified)

Previous Example-|-Next Chapter's Examples-|-Return to Chapter Listing