[Javascript] Javascript fontsize control from external page

Mike Dougherty mdougherty at pbp.com
Tue Oct 3 07:27:04 CDT 2006


On Mon, 2 Oct 2006 15:40:17 -0500
  "Barry Conner" <BConner at huntsvilletx.gov> wrote:
> I don't have a website to post it to, but only a local intranet.  Frames was the best way I knew 
>to build the Web-based application interface I'm doing.  Only the main frame is needed for 
>navigation, so the control bar at the top seemed like a good way of providing a static set of 
>tools which could always act on the main frame.

Can you use a server-side include?  If you put your menu/navigation into a single document (easier 
to manage in one place) then use SSI in the appropriate place on each page, the markup (and 
whatever script it's using) will be acting in the context of the current page rather than a frame.

Does that make sense?



More information about the Javascript mailing list