Jump to content

Help with drop down menu hyperlinks


MDanz

Recommended Posts

how do i get this code working so when i click and item it goes to the page in the value.

 <select name="Menu" >
<option value="http:www.fdsaf.com/index.php">Main Page</option>
<option value="<?php 

$userz = $_SESSION['username'];

echo "http:www.asfdaf.com/ustack.php?search=$userz&submit=Go!";
?>">User Stacks</option>
<option value="http:www.asdfasdf.com/stacker.php">Add Webpage</option>
<option value="http:www.sdfas.com/uimage.php">Add Image</option>
<option value="http:www.asdfaf.com/search.php">Traditional Search</option>
<option value="http:www.asfasfd.com/sbs.php">Frequently Asked Questions</option>
<option value="http:www.sfdsasfd.com/contact.php">Contact Us</option>
<option value="http:www.sfdf.com/about.php">About</option>


</select>

Link to comment
https://forums.phpfreaks.com/topic/187609-help-with-drop-down-menu-hyperlinks/
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.