Search found 6 matches

by trytousemenuinframe
Tue May 20, 2003 12:52 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: frame in a frame
Replies: 6
Views: 4399

kevin3442 wrote:Why are you posting the same question in so many threads?
So that someone may find one and answer it.
by trytousemenuinframe
Tue May 20, 2003 12:51 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: frame in a frame
Replies: 6
Views: 4399

Menu in Frame

http://www.webreference.com/dhtml/

The menu will still work if the frame can't be found.

At least the menu will display in original frame.
by trytousemenuinframe
Wed May 14, 2003 10:12 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: frame in a frame
Replies: 6
Views: 4399

[quote="trytrix"]Hi,

I think you're mixing up things !
Just show us the html-code for the framesets you defined..

Cheers,
Trytrix

Example:
Take the sample from http://www.milonic.co.uk/menu/frames/frames.zip
and change index.html in demo to

<html><head><title>Frames Test</title></head ...
by trytousemenuinframe
Wed May 14, 2003 10:09 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menus Split Across Frames with Milonic??
Replies: 2
Views: 2881

Bryan,

The menu can be used in a framed site, as you have on your test page. the problem you're having is that you moved the horizontal menu over to the left and removed the left vertical menu in the example. But the "side" frame is still there, so it is clipping the menu's that appear in the main ...
by trytousemenuinframe
Wed May 14, 2003 10:06 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: How to create a frame-based menu?
Replies: 6
Views: 7212

Re: How to create a frame-based menu?

Of course it will depend on how you have been using the menu.

I suppose the demo at <a href=http://www.milonic.co.uk/menu/frames>http://www.milonic.co.uk/menu/frames</a> is a little primitive and there is still much work to be done but it does work.

Also the download is at <a href=http://www ...
by trytousemenuinframe
Wed May 14, 2003 9:48 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Nested Frames
Replies: 2
Views: 3257

Use menu in frame

I had the same problem.

Instead of using the frame sample on
http://www.milonic.co.uk/menu/frames

I changed the index.htm of sample to
<html><head><title>Frames Test</title></head>
<frameset rows="26,*" >
<frame name="menuframe" scrolling="no" target="main" src="frames_header.htm">
<frame name ...