Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Menus and Pages

Status
Not open for further replies.

SShefer

Technical User
Aug 7, 2001
20
US
Currently my website runs a template and table. Everytime a user clicks on the menu button a whole new page loads (with the design tha same and only text/info different). Is there a way to use a menu as if it were in a frame or so that only the text would change?

Im thinking SSI but I am not to good at them and not sure.

thanks
 
Do you mean something like: a page that has the mwnu on the left side of the page, and depending on the menu the user selects, that html page comes on the right side of the page?? If thas wha you need, then you cna just do basic frame work and set it up like this:

<frameset cols=&quot;190,*&quot; border=&quot;0&quot; framespacing=&quot;0&quot; rows=&quot;*&quot; frameborder=&quot;NO&quot;>
<frame name=&quot;menuframe&quot; scrolling=&quot;NO&quot; noresize src=&quot;frame.html&quot;>
<frame name=&quot;mainFrame&quot; src=&quot;mainpage.html&quot;>
</frameset>


And in the menuframe.html just link the pages as target=&quot;mainFrame&quot; ok??
Hope this helps any...
I have not failed; I merely found 100,000 different ways of not succeding...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top