You are here: irt.org | About | Feedback | 1440 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q1316
Sent by
Steve Longworth on June 29, 2000 at 10:16:12:
Worth:
Worth reading
Length:
Just right
Technical:
Just right
Comments:
This code does not work - it contains a spurious ' after the comma at the end of window.open line :
+','left='+leftPos)
It also seems to have the width and height round the wrong way in the line:
var topPos = (w-popW)/2, leftPos = (h-popH)/2;
I believe it should be:
var topPos = (h-poph)/2, leftPos = (w-popw)/2;
Regards
Steve
Other feedback on 'irt.org FAQ Knowledge Base Q1316' - show all