G
Guest
I would like to use a master page in my web application. All of my
stylesheets and graphics are in folders one level above my web application.
How do I go about referencing these files from pages that are one level below
the master page. So for example on the master page I have:
<script type="text/javascript"
src="../globalstylesheets/javascriptfunctions.js"></script>
Then I have a forms folder and inside there I have a page that uses the
master page. So the url for this page should be
<script type="text/javascript"
src="../../globalstylesheets/javascriptfunctions.js"></script>
I tried ~ but it doesn't work since the files are not included in the web
application.
Any help would be greatly appreciated.
stylesheets and graphics are in folders one level above my web application.
How do I go about referencing these files from pages that are one level below
the master page. So for example on the master page I have:
<script type="text/javascript"
src="../globalstylesheets/javascriptfunctions.js"></script>
Then I have a forms folder and inside there I have a page that uses the
master page. So the url for this page should be
<script type="text/javascript"
src="../../globalstylesheets/javascriptfunctions.js"></script>
I tried ~ but it doesn't work since the files are not included in the web
application.
Any help would be greatly appreciated.