|
I am new to programming so this question will probably be very elementary to many.
I need to create a jump menu in which the selection will load different lists.
Example:
Jump Menu:"Choose Your Town"
-Option1:Chicago
-Option2:New York
-Option3:Miami
Upon choosing the page will display text that shows a list of attractions in that town.
The list of attractions will change when a different town is selected.
What function can I use in HTML tab to make this happen?
I am ultimately looking to use this for an FBML tab on my fanpage.
|