用document.write()的方式弹出对话框时,怎样控制弹出对话框的位置 如题,在网页中弹出的对话框位置偏下了点,想把它望上移一点,不知道怎么做,望高手指点一二。[解决办法]w = window.open("","","left=10,top=10")w.document.write("content")