Link to home
Start Free TrialLog in
Avatar of lightrayz
lightrayz

asked on

Dynamically add <link> or <script> to page <head>

I am a designer working on some .asp pages.  On some pages I don't have access to the <head> tag.  I want to be able to insert/append either a <link>, <script> or both into the <head> of the page from an include file that is included into the page somewhere in the HTML.

Is this possible?  If so can someone show me how to go about doing just that with an asp tag or function?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of hielo
hielo
Flag of Wallis and Futuna image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
hi
some of the script doesnt need to be in the head section of the page if you are using or your team is using asp then the clever way should be like having just one header file it will save time and efforts