Window Browser JavaScript DHTML




function new_win()
{
  window.open("http://www.rntsoft.com","mywin","width=400,height=300,screenX=50,left=50,screenY=50,top=50,status=yes,menubar=yes");
}