bluedogatdingdong Posted March 2, 2004 Share Posted March 2, 2004 My test WebpageI can create a Dynamic List Menu without any problems, and I can create a Jump Menu without any problems, but I can't seem to combine the two to create a Dynamic Jump Menu! I just want to populate the Menu with species pulled from the database, which when selected take the user to a Master Detail page. Any help would be appreciated. Jayne Link to comment https://forums.phpfreaks.com/topic/1713-dynamic-jump-menu/ Share on other sites More sharing options...
morpheus.100 Posted March 25, 2004 Share Posted March 25, 2004 Why not just use a listmenu and send its value to you master and/or detail page. Cant say as I ever saw a dynamic jumpmenu as its a JavaScript item anyway. If you need help with listmenu and master/detail pages contact me at [email protected] Link to comment https://forums.phpfreaks.com/topic/1713-dynamic-jump-menu/#findComment-5731 Share on other sites More sharing options...
morpheus.100 Posted April 2, 2004 Share Posted April 2, 2004 if ($cfg['LeftFrameLight']) { echo ' <form method="post" action="index.php" name="left" target="_parent">' . "\n"; echo ' <input type="hidden" name="lang" value="' . $lang . '" />' . "\n"; echo ' <input type="hidden" name="convcharset" value="' . $editthis . '" />' . "\n"; echo ' <input type="hidden" name="server" value="' . $editthis . '" />' . "\n"; echo ' <select name="lightm_db" onchange="your script()">' . "\n"; echo ' <option value="">(' . $strDatabases . ') ...</option>' . "\n"; $table_name_here = ''; $edit this = ''; $db_name = ''; This snippet may be of use to you. Link to comment https://forums.phpfreaks.com/topic/1713-dynamic-jump-menu/#findComment-5791 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.