#62005/7/15 18:01:32
弹两次不就行了
<script type="text/javascript">
function popup() {
window.open ('about:blank', 'popup1', 'height=400, width=400, top=200, left=200, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no');
window.open ('about:blank', 'popup2', 'height=400, width=400, top=300, left=100, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no');
}
</script>