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
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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.