L
localhost
I have a complex ASPX page, and in the code-behind I instance an
object that inherits from Class. Upon instantiation, I want the
object to write some JavaScript code at the end of the HEAD tag,
immediately before BODY begins.
How can I do that?
Thanks.
object that inherits from Class. Upon instantiation, I want the
object to write some JavaScript code at the end of the HEAD tag,
immediately before BODY begins.
How can I do that?
Thanks.