Truly Center Lectora Published Title
December 7, 2005 12:00 AM
your question is best answered by giving you a link to read.http://www.codeave.com/javascript/code.asp?u_log=7072this shows you javascript techniques to resize and position your windows using self.resize and self.move will alter the current window I would use self.moveTo(screen.width/2-400,screen.height/2-300)this moves the window placement to half screen width (less half your window width) and half the height (less half your window height)I have never seen placement issues on screen but this used in external html,probably using top of script should solve your issue NeilEdited By: Trainer1 on 2005-12-10 9:15:32
Discussions have been disabled for this post