S
SeeMing
Wrt to the following code...
window.open("test.html",null,"scrollbars=yes,menubar=no,toolbar=no,location=no,status=no,width=505,height=200,left="+(screen.width-505)/2+",top="+(screen.height-200)/2);
It should popup an explorer without toolbar, menubar and addressbar,
it works on most PC except a few in my company, where the full
explorer window (with toolbar, etc..) is opened. Is there anything to
do with these PC's IE explorer setting? Many thanks.
SeeMing
window.open("test.html",null,"scrollbars=yes,menubar=no,toolbar=no,location=no,status=no,width=505,height=200,left="+(screen.width-505)/2+",top="+(screen.height-200)/2);
It should popup an explorer without toolbar, menubar and addressbar,
it works on most PC except a few in my company, where the full
explorer window (with toolbar, etc..) is opened. Is there anything to
do with these PC's IE explorer setting? Many thanks.
SeeMing