This is the one that worked
////////////////////////////////////////////
function mycombo() {
fscommand("exec",comboBox.getSelectedItem().data);
}
////////////////////////////////////////////
of course the executable must be referenced in the data table.....
Thanks again for all...
Yes, everything is in it's rightful place, and all is well with the app. No problem launching exes, word files, pdf's, or anything else from buttons, frames, or anywhere else. It's just this one piece of code that, as Jimmy Buffett says, "plum eludes me."
Think I need a Margarita.
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 site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.