gnump3d-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnump3d-users] frames


From: Marty Huntzberry
Subject: Re: [Gnump3d-users] frames
Date: Tue, 12 Jun 2007 20:08:53 -0400

I figured something out.  The gnump3d variables like $BANNER have to be on the 
index.html page to work.  The problem I'm running into with frames is
that if you designed a 2 frame page then you would need 2 files to be read off 
the index.html page.  Here's the frame part of the popup menu:

 <frame name="navmenu" src="/navmenu.html"></frame>
 <frame name="content" src="/content.html"></frame>

The popup menu goes on the first frame or navmenu.html and the gnump3d content 
goes on content.html.  I'm able to get a frame but the gnump3d
variables don't execute...they display the text only.

Is it possible to type the gnump3d variables into the last frame instead of 
loading them off of content.html?

Marty




reply via email to

[Prev in Thread] Current Thread [Next in Thread]