J
JJ
In my master page I am refering to a javascript source file:
<script type="text/javascript" src="swfobject.js"></script>
However, this src path will not be valid if any of my files using the master
are in other directories...( as they are).
How do specifiy the source file absolutely so it can be accessed from any
location on the webserver ?
JJ
<script type="text/javascript" src="swfobject.js"></script>
However, this src path will not be valid if any of my files using the master
are in other directories...( as they are).
How do specifiy the source file absolutely so it can be accessed from any
location on the webserver ?
JJ