1 2 3 4 5 6 7 8 9 10 11
<!DOCTYPE HTML> <html> <head> <script> var foo = window.open('file_empty.html', '', 'width=550, height=420, status=no, resizable=yes, scrollbars=yes, toolbar=no, left=945, top=225'); </script> </head> <body> </body> </html>