thechad99
10-27-2006, 09:03 PM
I have a banner and a drop down menu that I want on all of my html pages. My problem is that when I need to make updates (pretty regularly), I have to update each HTML page with the new code which I know is not an efficient way to implement updates.
What I want to do is to have the HTML code within the "mirrors" take code from one "master" page. Essentially I want to update one page which will then in turn update each of the other pages.
I think I need to write a public method and then call it within the mirrors however I do not know how to do this.
Basically how do I tell a page to grab the code from another page and use it as its own???
Help!!!
What I want to do is to have the HTML code within the "mirrors" take code from one "master" page. Essentially I want to update one page which will then in turn update each of the other pages.
I think I need to write a public method and then call it within the mirrors however I do not know how to do this.
Basically how do I tell a page to grab the code from another page and use it as its own???
Help!!!