M
mabra
Hi !
IE is mostly not very famous with it's extensibility. There are some
small things you can do, like registering toobar buttons and context
menu items.
But excactly these are not working as expected.
For example the following statements raise a script error:
var ok = window.clipboardData.setData("Text", "Hallo!");
var shell = new ActiveXObject("WScript.Shell");
The first works fine in a standalone html-page, the latter well in
the shell.
Any help would be really very welcome!
Thanks and
best regards,
Manfred
IE is mostly not very famous with it's extensibility. There are some
small things you can do, like registering toobar buttons and context
menu items.
But excactly these are not working as expected.
For example the following statements raise a script error:
var ok = window.clipboardData.setData("Text", "Hallo!");
var shell = new ActiveXObject("WScript.Shell");
The first works fine in a standalone html-page, the latter well in
the shell.
Any help would be really very welcome!
Thanks and
best regards,
Manfred