Hi all,
I'm trying to get the links I have entered in a ListBox component to open in a new window.
(think target="_blank")

I used the following code which seemed to work fine on a Mac, but didn't work at all on a PC.

function handler() {
  getURL(dropdown.getSelectedItem().data, "_blank");
}


Thanks in advance, I'm having trouble accessing the archives, so please forgive me if this has been answered before.

--dan


_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to