Search found 8 matches

by phptek
Fri Aug 09, 2002 4:34 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menu border not shown in Opera 6
Replies: 5
Views: 5427

Did either of you guys ever get your border problems sorted? As I have the same problem for IE 5.5 on Win2K - see: http://www.theruss.com and http://www.itomic.biz

Cheers.
by phptek
Mon Aug 05, 2002 3:45 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Strange border behaviour in IE5.5
Replies: 0
Views: 2235

Strange border behaviour in IE5.5

I have developed a site (http://www.itomic.biz) with both static and database generated menu items.

However; - I have observed odd behaviour using IE5.5 onWin2K where the borders don't appear on either menu type. (See the 'help' menu top right of screen and 'downloads' menu on left navigation menu ...
by phptek
Wed Jul 31, 2002 3:58 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: ASP Pages
Replies: 7
Views: 6359

Re-arrange the order of your javascript calls -

The menu utilises calls to various javascript functions defined in mmenu.js

<script language=javascript src="mmenu.js" type=text/javascript></script><script language=javascript src="menu_array1.js" type=text/javascript></script>

Put the reference ...
by phptek
Tue Jul 30, 2002 7:48 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: ASP Pages
Replies: 7
Views: 6359

I don't pretend to be au-fait with ASP - but check out http://www.milonic.co.uk/menu/forum/vie ... =3511#3511

I manged to incoporate the menu into a PHP page, it shouldn;t be too different for ASP - a variable echoed to the page..

cheers
phptek
by phptek
Tue Jul 30, 2002 7:44 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: PHP echo within menu item
Replies: 8
Views: 7184

Just make your link from this:
$Link1 = "c:/program files/easyphp/www/codexbeta/news/"

to this:
$Link1 = "/www/codexbeta/news/" (or similar 'local' URL)

I'm guessing that this is a relative link (within your computer's filesystem) although I have no idea what 'easyphp' is and what it's doing in ...
by phptek
Mon Jul 22, 2002 2:15 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: PHP echo within menu item
Replies: 8
Views: 7184

Some sample Code

Nero:

I tried to mail you but it failed! :-(
So I'll incoporate my code (file: menu_array.inc)

1). Convert menu_array.js to menu_array.inc and include it *before* the call to the mmenu.js file:

//Include PHP'ised javascript file: "menu_array.inc" Delivers DHTML Menus on the fly:
include "menu ...
by phptek
Sat Jul 20, 2002 4:23 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: PHP echo within menu item
Replies: 8
Views: 7184

SweetAz!

Hey thanks a million Andy!

You know it's a rare occasion when something not only works, but first time? - Well I'll be darned if it didn't work first time for me!

Cheers.
Russ
by phptek
Fri Jul 19, 2002 5:16 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: PHP echo within menu item
Replies: 8
Views: 7184

PHP echo within menu item

I'd like to be able to echo a php variable extracted from a DB into my milonic DHTML menu items.
I'm using in-page javascript with double quotes escaped etc.
I am calling the menus thus:

<a onMouseOver=\"popup('events')\" onMouseOut=\"popdn()\" href='events.php'><img src='path/to/img.gif'></a>

The ...