Search found 5 matches

by forjaes
Wed Jun 06, 2007 3:00 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Help wanted!
Replies: 6
Views: 4308

Hi, I think Andy is saying you need to change the menu_data2.js to menu_data2.php. By changing the extension to php you are telling the server to parse the php commands in the menu_data file. If you do not change the menu_data.js file to a php file then the server just ignores any php 'commands' yo...
by forjaes
Wed Jun 06, 2007 12:07 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Help wanted!
Replies: 6
Views: 4308

Hi, Youll need to change the file extension from .js to .php - Without the .php extension the server will not know how to parse the file and will ignore all PHP actions. HTH, Andy In the folder i guess..?? What about the: <script type="text/javascript" src="./menu/menu_data2.js"...
by forjaes
Mon Jun 04, 2007 3:00 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Embed PHP Code to the Link
Replies: 3
Views: 9926

For other folks reading... elly means rename menu_data.js to menu_data .php , so that the php code in the file will be processed when the file is served. Glad you figured it out elly... nice work! Cheers, Kevin Hi, i'm having the same problem... I try that, with and without [include (menu_data.php)...
by forjaes
Mon Jun 04, 2007 2:36 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Can we pass variable's value to new page when we click menu
Replies: 4
Views: 3558

i got the solution of not dispalying the menu.But there is some other problem arise. When I am trying to change the variable name from _L.search to some other name,whole menubar will disappear. So what could be the prob? Whether i have written a wrong syntex to pass the query on it may something el...
by forjaes
Mon Jun 04, 2007 12:38 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Help wanted!
Replies: 6
Views: 4308

Help wanted!

I'm new in PHP programing... I'm doing a work for college and use the milonic menu 5.774. I have a login page in php that control the access of the site, and once logged i'd like to enable a menu to see the user info. I search for help with google and here... Found the exact same problem i have but ...