New Window...specified placement

wxdqz

New Member
I have been using a couple of different peices of JS to open new browser windows, however, I am looking for the appropriate syntax to add to specify, where of the page the window opens. I have exhausted my ability and have not come up witha solution that works, any help would be truly appreciated.

Thanks...

Below is the code I have been using most recently.

<a href=http://www.webdeveloper.com/forum/archive/index.php/"javascript:location='home.asp';window.open('bvsp_offer.asp','Miscellaneous1','HEIGHT=388,WIDTH=620,s crollbars=no,toolbar=no,status=no,menubar=no,location=no,resizable=no')"><img src=http://www.webdeveloper.com/forum/archive/index.php/"images/bvsp_offerlink.gif" border="0" align="right"></a>
 
Back
Top