how imitation preview called javascript?
i have page ostensible launch imitation preview page onload.
i found this:
var olecmdid = 7;
/* olecmdid values:
* 6 - print
* 7 - imitation preview
* 1 - open window
* 4 - save as
*/
var prompt = 1; // 2 dontpromptuser
var webbrowser = '<object id="webbrowser1" width=0 height=0 classid="clsid:8856f961-340a-11d0-a96b-00c04fd705a2"></object>';
document.body.insertadjacenthtml('beforeend', webbrowser);
webbrowser1.execwb(olecmdid, prompt);
webbrowser1.outerhtml = "";
but...
- it does work firefox.
- it's kind ugly.
is there improved proceed ie proceed works firefox?
Comments
Post a Comment