Pages opening to one side

T

Trevor Lawrence

I have code to open a new page

window.open('slideshow.html?ssarray=' + ssarray
+ '&collection=' + collection
, '', 'resizable=yes');

The value of ssarray is 'no1,no2' and collection is '0', so the call is to
http://tandcl.homemail.com.au/slideshow.html?ssarray=no1,no2&collection=0

If I call it directly from the address window in IE7, it opens fine, but
when the JS is executed, it opens smaller than full size and not centred -
it is about two-thirds of the way across the screen
 
T

Trevor Lawrence

Trevor Lawrence said:
I have code to open a new page

window.open('slideshow.html?ssarray=' + ssarray
+ '&collection=' + collection
, '', 'resizable=yes');

The value of ssarray is 'no1,no2' and collection is '0', so the call is to
http://tandcl.homemail.com.au/slideshow.html?ssarray=no1,no2&collection=0

If I call it directly from the address window in IE7, it opens fine, but
when the JS is executed, it opens smaller than full size and not centred -
it is about two-thirds of the way across the screen
--

Apologies.if I have sent this to the wrong NG. I thought I was saving it as
a draft while I thought further about it and whether to post to
scripting.jscript or even at all. I think that the problem is that I have
set IE to open at a particular size and position and I have forgotten how to
reset it. This must be old age, because I thought it was drag the window
corners and close with CTRL click on Close button. So, to save reposting, am
I correct ?.
 

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

Top