Jump to content

Dynamic jump menu


Recommended Posts

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

  • 4 weeks later...

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.