Pages opening to one side

  • Thread starter Thread starter Trevor Lawrence
  • Start date Start date
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
 
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 ?.
 
Back
Top