View Single Post
Old 04-03-2010, 02:56 PM   #1 (permalink)
Tim Dobson
The Contributor
 
Tim Dobson's Avatar
 
Join Date: Feb 2010
Posts: 69
Thanks: 16
Tim Dobson is on a distinguished road
Default Form menu help :(

Ok straight to business we wont mention the queen!

I have a list menu:

PHP Code:
<select name="mydropdown">
  <
option value="List">View as list</option>
  <
option value="Show">View as slide-show</option>
</
select
meh thats it really. What i need it to do is change what is on the page when its changed. So as an example could someone show me how i would just go about changing a bit of text depending on which option it is on please? i have looked at loads of examples and all of them increased my confusion state lol :D thanks
Tim Dobson is offline  
Reply With Quote