问个overlib的问题怎么让弹出的框长度变短呢?[解决办法]非winform,不能改动IE自身消息框 但是可以重写alert 比如 window.alert=function(str) { document.write(str); } alert( "never-online.net ")