Click to See Complete Forum and Search --> : Opening a new window with window.location


boh
12-13-2003, 02:29 AM
How can I get window.location='someaddress' to open up the new address like the HTML target=_blank funciton? Thanks.

neil9999
12-13-2003, 02:51 AM
Use window.open("someaddress.html").

Neil