Hi Eliyahu,
it is not what I m really looking for..
In fact, jsfile is a variable...
So, it would be something like this..
<script id="JSFILE" language="javascript" runat="server"></script>
and I would like to change the src tag like this
JSFILE.src.value=myvariable
So I don't know if it's possible..
and if it's, how to declare the ID in the asp.vb file
Stan
"Eliyahu Goldin" <re*************@monarchmed.com> a écrit dans le message de
news: #$*************@TK2MSFTNGP10.phx.gbl...
<script language="javascript" src="script.js"></script>
Eliyahu
"Stan Sainte-Rose" <st**@cyber972.com> wrote in message
news:uW**************@TK2MSFTNGP11.phx.gbl... Hi,
With asp, I used to use the following line
<Script language="javascript" src="<%=JsFile%>"></script>
I would like to know how this can be done with asp.net ?
Thanks
Stan