I have customers that share the same basic pages but the header.inc and footer.inc pages change depending on their company.
I have a function that is generally called in the <body> tag within a page but I need it to be called in the header. Is this something that is possible since not all the customers will require this function to run and I have far too many to change all their existing pages. I'm a newbie with all this coding and any help would be appreciated.
Here is the function as it normally runs...
<body onLoad="writeMenus()" onResize="if (isNS4) nsResizeHandler()">
Thanks
Marnie
I have a function that is generally called in the <body> tag within a page but I need it to be called in the header. Is this something that is possible since not all the customers will require this function to run and I have far too many to change all their existing pages. I'm a newbie with all this coding and any help would be appreciated.
Here is the function as it normally runs...
<body onLoad="writeMenus()" onResize="if (isNS4) nsResizeHandler()">
Thanks
Marnie