Hi,
I downloaded ComboBox, and I’m trying to use the feature with images and external data.xml. I have two questions:
1. I have a list of urls I want to use for options, so when an option is selected, it jumps automatically to that url. How do you assign the value of an option as a url, and make it jump to that url when selected?
Here is an original code I had for the jump select list:
<form class= method=“post” action=“return false;”>
Yahoo
Google
2. I read your guide on how to implement the ComboBox with images, but it didn’t work. Can you please help. Here is what I have:
Inside the data.xml file I have:
<?xml version="1.0" ?>
Yahoo
Google
Inside the html page I have:
Thanks.