hotwheelharry
08-06-2009, 03:17 AM
basically, how do you add to the page header...
<script type="text/javascript" src="js/script.js"></script>
dynamically with the page load event handler.
I know how to add actual script code to the page, with registerClientScriptBlock(), but that is not what i want.
I need to register the script url in the page header, not an actual script block.
Any help appreciated.
Thanks!
<script type="text/javascript" src="js/script.js"></script>
dynamically with the page load event handler.
I know how to add actual script code to the page, with registerClientScriptBlock(), but that is not what i want.
I need to register the script url in the page header, not an actual script block.
Any help appreciated.
Thanks!