If a JavaScript file has the
using the
tag with the
SCRIPT
memory location where the code is implicitly included in all HTML files thereafter.
Because JavaScript files that are loaded into this central location share memory, the
files cannot duplicate any declarations. If a share-in-memory file defines a variable or
function and any other JavaScript file defines the same variable or function, a name
conflict occurs. When writing new JavaScript files, be aware of these files and their
naming conventions.
directive and an HTML file references it (by
SHARE-IN-MEMORY
attribute), Dreamweaver loads the JavaScript into a
SRC
Server behavior techniques
377
Need help?
Do you have a question about the DREAMWEAVER 8-EXTENDING DREAMWEAVER and is the answer not in the manual?