Can this be done? I've tried everything I can think of, but can only call geturl with the combo box. I would like to call fscommand "exec".
////This works////////////////////////
function fun() {
getURL(comboBox.getSelectedItem().data, "_blank"
;
}
/////////////////////////////////////
////This (among others) doesn't//////
function fun() {
fscommand(comboBox.getSelectedItem().data, "exec"
;
}
////////////////////////////////////
Thanks Tek-tipsters
////This works////////////////////////
function fun() {
getURL(comboBox.getSelectedItem().data, "_blank"
}
/////////////////////////////////////
////This (among others) doesn't//////
function fun() {
fscommand(comboBox.getSelectedItem().data, "exec"
}
////////////////////////////////////
Thanks Tek-tipsters