现在网上做的多数网络办公环境,用户从IE中登陆进去,办公环境在网络中,但是显示的环境和C/S的界面差不多,就是IE上面的地址栏以上的那些全屏蔽掉了,不显示,这是怎么实现的呀?先谢谢大家了!
new_win = window.open(\"http://localhost:8080/,\"new_window\",\"toolbar=no,directories=no,menubar=no,resizable=yes\"); ");
window.open(url,"openScript",width= + width + ,height= + height + ,resizable=1,scrollbars=yes,menubar=no,status=yes );