PDA

View Full Version : ComboBox Help Needed



pixelxl
March 16th, 2003, 07:44 PM
I need a combo box to have different website links lets say Google,Yahoo,Hotmail for now. How could I get it to do this and in a new window. Please help.....

pom
March 17th, 2003, 07:04 PM
Use the listbox tutorial:
http://www.kirupa.com/developer/mx/listbox.htm

It's pretty much the same thing. All you have to do is change the function called when you select an item from the component.

pom :)