ProgrammerKC
Programmer
I need the code to open a new browser window of a specific size and at a specific
place on the screen.
The code I am using now will open a new window but I am not sure of the specifics of how to size the new window and have it appear at the top of the screen.
Here is the code I am using now:
<a href="/newpage.html#item" target="new"; return false'>Item</a>
Thanks!
place on the screen.
The code I am using now will open a new window but I am not sure of the specifics of how to size the new window and have it appear at the top of the screen.
Here is the code I am using now:
<a href="/newpage.html#item" target="new"; return false'>Item</a>
Thanks!