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 Quote Link to comment 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 morpheus.100@virgin.net Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.