C
cousto D
<link
href="<%Response.Write(Request.PhysicalApplicationPath)%>/css/toolbar.cs
s" type="text/css" rel="stylesheet" >
This work fine
but the same trix doesn't work into <script> tag like this:
<script language="JavaScript" src="../js/javascript.js"></script>
i tryed replacing src attribut by:
src="<%Response.Write(Request.PhysicalApplicationPath)%>/js/javascript.j
s"></script>
Any tought about how to set a somewhat relative path to the src
attribute
thanks
cousTo
href="<%Response.Write(Request.PhysicalApplicationPath)%>/css/toolbar.cs
s" type="text/css" rel="stylesheet" >
This work fine
but the same trix doesn't work into <script> tag like this:
<script language="JavaScript" src="../js/javascript.js"></script>
i tryed replacing src attribut by:
src="<%Response.Write(Request.PhysicalApplicationPath)%>/js/javascript.j
s"></script>
Any tought about how to set a somewhat relative path to the src
attribute
thanks
cousTo