View Single Post
  #2 (permalink)  
Old 07-13-2007, 05:16 PM
mary mary is offline
Member
 
Join Date: Jul 2007
Posts: 51
mary is on a distinguished road
Code:
window.open(url, windowName, "width="+winWidth + ", height="+winHeight + ", toolbar="true/false", scrollbars="true/false", resizable="true/false", status="false/true", top="+winTop +", left="+winLeft);
Reply With Quote