Search found 5 matches

by Penge
Thu Jun 24, 2004 6:08 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: milonic menu and php script
Replies: 4
Views: 3250

Unfortunately, we can't see the code as that link just takes us to a place that says page cannot be displayed. Header window and main window, is this some sort of frames?

Ruth


It seems that the server is down for the moment.
Just try again.

Its sort of a frame but uses php instead as frame is ...
by Penge
Wed Jun 23, 2004 11:56 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: milonic menu and php script
Replies: 4
Views: 3250

milonic menu and php script

Hi all

I am trying to use the milonic menu called from a simple php script.
Here is my very simple script:

//Header including!!
if(file_exists("header.html"))
{
include("header.html");
}
else
{
echo "<li><b>header.html was not found. Make sure it resides in the root directory of this ...
by Penge
Tue Jun 15, 2004 8:36 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Milonic menu in a php loaded page
Replies: 5
Views: 4088

Iframes is a very good solution. I've had no problems with it so far, but I am in the process of replacing the site with INCLUDES calls instead. You can see the results on my site.


http://www.milonic.com/forum/viewtopic.php?t=2244&highlight=iframes

http://www.milonic.com/forum/viewtopic.php ...
by Penge
Tue Jun 15, 2004 8:25 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Milonic menu in a php loaded page
Replies: 5
Views: 4088

Forgive my ignorance if I'm wrong, but is this a frames scenario?

It reads to me like your PHP file is calling up a 'header' frame with the menu in, and a 'body' frame with your web pages. Then, when you select a page in the menu, it loads up a new page in your 'body' frame.

I'm using IFRAMEs ...
by Penge
Tue Jun 15, 2004 7:58 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Milonic menu in a php loaded page
Replies: 5
Views: 4088

Milonic menu in a php loaded page

Hello all you wise people. ;)

I have searched through the pile of e-mails on my computer to try to
find a solution to my problem but it might be too simple to be posted
here so I really feels like a dummy.....but anyhow...I am a "brave guy"
and dump my troubled question out to you guys ...