Hi,
I use framework.openUrl in a Google Desktop Gadget to open a webpage.
It works fine to do it one time. The problem is that if I close the
browser window or tab that has opened, the function does not work
again. I have tried with Firefox and IE as default browsers. Even if I
close the whole browser nothing happens. I need to close the gadget
and open it again to make the framework.openUrl have effect again.
Is this bug? Anyone have an idea?
I suppose I could use
var wshShell = new ActiveXObject("WScript.Shell");
wshShell.run(url);
instead. Is this a good idea. Will it work on different platforms and
with different browsers?
Any help will be appreciated!
Best regards,
KG
--
You received this message because you are subscribed to the Google Groups
"Google Desktop Developer Group" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-desktop-developer?hl=en.