![]() |
#2
sunfeiliao2010-06-09 10:27
|
function openwin()
{
window.open(test.htm', 'newwindow', 'height=100, width=400, top=0,left=0, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no')
}
<body onload="openwin()">