Search found 5 matches

by willemk
Wed Feb 16, 2005 9:43 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Popup Calendar
Replies: 8
Views: 9397

Maybe this helps

<INPUT type="text" name="day" size="3" value="" onFocus="this.value=''"> <INPUT type="text" name="month" size="3" value="" onFocus="this.value=''"> <INPUT type="text" name="year" size="4" value="" onFocus="this.value=''"> &nbsp; <a href="javascript:show_calendar4('', '', './');"><img src="images ...
by willemk
Mon Feb 14, 2005 11:30 am
Forum: Windows Menu Builder
Topic: Graphical Menu Editor...
Replies: 82
Views: 486127

MMB (ie:Milonic Menu Builder)

If the webbased version is going to be written in PHP and MYSQL I might be able to help. My menu is already database driven!
http://www.slotracinglemans.com

If not needed then it's also fine with me :D :D
by willemk
Sun Feb 13, 2005 12:23 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Deleting all items from menu
Replies: 4
Views: 4037

I have what you need....I think:)

Hi,

Check out http://www.slotracinglemans.com . he meu items under the submenu members are dynamically generated based on the user logged in.
If you are familiar with database driven websites it shouldn´t be that big of problem for you.

I use MYSQL and PHP. You can create a simple table like this ...
by willemk
Sat Feb 12, 2005 1:38 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Using javascript to open fixed-sized new window...
Replies: 3
Views: 3388

This is maybe what he´s looking for

$memmenu .= "aI(\"text=$lang[banu2u];clickfunction=Popup('u2u.php', 'Window', 700, 450);\");\n";
The clickfunction allows you to use seperate javascripting. The Popup function is mine but I call it via the clickfunction of milonic.

Popup function

function Popup(url, window_name, window_width ...
by willemk
Sat Feb 12, 2005 10:46 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Generating menu items with MYSQL / PHP
Replies: 3
Views: 5869

Generating menu items with MYSQL / PHP

Maybe nice to share. I managed to integrate the menu into my forum as well as other databasedriven menuitems:
Take a look at this code:
if (X_MEMBER) {
$onlineuser = $xmbuser;
$cplink = '';
$memmenu .= "aI(\"text=$lang[loggedin] $onlineuser;type=header;\");\n";
$memmenu .= "aI(\"text=$lang ...