New Web Page Position

  • Thread starter Thread starter Mariame
  • Start date Start date
M

Mariame

Hi There,

I am trying to open a new web page in the middle so im using this script
response.write("<script>window.open("url",name,width.height)</script>")
is there is any attribute for window.open so i can determine the page
position????
and without using moveto(x,y) because "move to" load the page in (0,0) then
its take place.

Regards
 
you can use window.open(url,'Name','left=0,top=0,width=800px,height=600px')
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top