Jump to content

HAVE A Look please


andre3

Recommended Posts

Hi guys i am not too familiar with java script, but i am doing a project and i got this code from online its a drop down select form, so am wondering if its possible for me to make it 4 links instead of drop down, and when u click the link it passed the same value that the drop down menu would pass: thannks

 


<select name="customers" onchange="showCustomer(this.value)">
  <option value="andre3">Alfreds Futterkiste</option>
  <option value="NORTS ">North/South</option>
  <option value="WOLZA">Wolski Zajazd</option> 
</select>

Link to comment
https://forums.phpfreaks.com/topic/149913-have-a-look-please/
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.