Hi all,
I have a little problem, I want to register a javascript in a web page. I know it is done with the help of "Page.ClientScr ipt.RegisterSta rtupScript()" method.
But this methods accepts the javascript as a string as one of its parameters.
My problem is to register the javascript file that is the .js file, which contains the javascript functions.
Is there a way to do so??
Many Thanks.
I have a little problem, I want to register a javascript in a web page. I know it is done with the help of "Page.ClientScr ipt.RegisterSta rtupScript()" method.
But this methods accepts the javascript as a string as one of its parameters.
My problem is to register the javascript file that is the .js file, which contains the javascript functions.
Is there a way to do so??
Many Thanks.
Comment