ohhello
09-08-2005, 08:35 PM
Hello,
I think that i am screwed, but i wanted to post this question before i kill myself :-)
we have a site with several thousands of .ASP pages. we are getting ready to implement a new flyout menu. this menu is controlled by a style sheet. the menu is called from an include file (header.inc). each ASP page has it's own
<html><head></head></html> tags. i am racking my brain trying to figure out how i can add the reference to the stylesheet without having to add it to each individual page on the site.
does anyone know of a way that you can add a CCS reference to the HTML HEAD tag on the fly (or at least after the page has rendered)?
the only thing i could think was to create a thin ISAPI filter that looks for the HEAD tag and inserts the reference....
thanks in advance for any suggestions.
I think that i am screwed, but i wanted to post this question before i kill myself :-)
we have a site with several thousands of .ASP pages. we are getting ready to implement a new flyout menu. this menu is controlled by a style sheet. the menu is called from an include file (header.inc). each ASP page has it's own
<html><head></head></html> tags. i am racking my brain trying to figure out how i can add the reference to the stylesheet without having to add it to each individual page on the site.
does anyone know of a way that you can add a CCS reference to the HTML HEAD tag on the fly (or at least after the page has rendered)?
the only thing i could think was to create a thin ISAPI filter that looks for the HEAD tag and inserts the reference....
thanks in advance for any suggestions.