This Message Forum is no longer in use

Please use the new Bravenet Help Forums FOUND HERE

General Forum
This Forum is Locked
Author
Comment
Puting java scripts in a html file

How do add a .js to a html file!
whats the code for a .js

Re: Puting java scripts in a html file

Add an attribute to the script tag of:

src="myscript.js"

Obviously substitute the filename that you want for "myscript".

Do not put anything between the script and /script tags.