Jun 14, 2002 #1 anyideas Programmer May 2, 2002 127 GB Hi All. Is there a way to set the position of a popup window?? I've got this so far: window.open("subforms/popNewContact.asp","newContact","resizable=no,width=700,height=100" Cheers in advance Mark
Hi All. Is there a way to set the position of a popup window?? I've got this so far: window.open("subforms/popNewContact.asp","newContact","resizable=no,width=700,height=100" Cheers in advance Mark
Jun 14, 2002 #2 starway Programmer Jan 15, 2002 1,010 UA window.open("popNewContact.asp","newContact", "resizable=no,width=700,left=200,top=100,height=100" Upvote 0 Downvote
window.open("popNewContact.asp","newContact", "resizable=no,width=700,left=200,top=100,height=100"
Jun 14, 2002 #3 Phil79 Technical User Jun 5, 2002 64 GB You just need to put this in the new window it opens: window.moveTo(100,100) Upvote 0 Downvote
Jun 14, 2002 Thread starter #4 anyideas Programmer May 2, 2002 127 GB Brilliant... cheers Mark Upvote 0 Downvote