Scripts

M

Melissa

Hi
Id like to add a script into everyone of my pages..i have
about 50 pages so instead of doing them individually, is
there a way to do the entire page in one shot, kind of
like a shared border type of thing? thanks alot
 
K

Kevin Spencer

Put the script inot a .js file, and then use the following tag to access it
in any page:

<script type="text/javascript" src="UrlOfYourJsFile"></script>

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Big Things are made up of
Lots of Little Things.
 
G

Gerard

-----Original Message-----
Hi
Id like to add a script into everyone of my pages..i have
about 50 pages so instead of doing them individually, is
there a way to do the entire page in one shot, kind of
like a shared border type of thing? thanks alot
.Hello,
Well you could simply put the text in the top border "in
a table?? " and go to each page and move it or, make it
once and use macro, or make it and copy and paste..???
Hope it helps
Gerard.
 
M

Melissa

thanks for responding but could you explain to me step by
step how to put it into a js file please ..thanks
 
C

chris leeds

Kevin is bracing for a hurricane.
I think what he meant was to put the text of this script you want to add to
notepad and save it as "something.js"
then just reference the file the way he showed.
HTH
 
Top