How do I add a javascript file to a html code?

Abby

New member
I am trying to add this:

http://www.dynamicdrive.com/dynamicindex4/thumbnail2.htm

image gallery to a simple html body code such as this:

<HTML>
<HEAD>
</HEAD>
<BODY>
</BODY>
</HTML>

but in order to do this I have to add the javascript file they have available to download as well, how do I do this? Is it even possible, if not then how should I go about adding this image gallery?
 
Back
Top