newWindow。resizeTo(w;h);
newWindow。moveTo(x;y);
newWindow。document。open();
newWindow。document。write('');
newWindow。document。write('r');
newWindow。document。write('r');
newWindow。document。write('r');
newWindow。document。write('r');
newWindow。document。write('');
newWindow。document。write('');
newWindow。document。close();
newWindow。focus();
}
//……》