Title: Window Position
Description: Do you know where window.open()
opens your new windows? Using this JavaScript, you can actually have the
new window open wherever you want! Check out the example to see it in action!
Pretty Cool!
Insert into <HEAD> of your document.
*If you just want to open an existing
HTML page in the new window, you can replace win()'s coding above with:
window.open("page.html","","height=200,width=200,left=80,top=80");