View Single Post
Old 08-17-2004, 11:04 AM   #4 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,161
Belisarius is on a distinguished road
I didn't understand it until I read your .sig, and remembering what you wrote in the lounge it makes sense.

.js files are just javascript files that are kept seperate and included in HTML files, so you don't repeat the same Javascript function in several different pages. So instead of including a hundred-line function in several different pages, you write one hundred line .js file, and refer it it with one line in your HTML files.
__________________
GitS
Belisarius is offline   Reply With Quote