Hi,
I've got this piece of code below:
what do I add to to open the new window in exactly the position I want it to open? say right in the middle of the page etc. I know its has something to do with x and y coordinates but I dunno how to put it into code.Code:function leave() { window.open('../newindowonexit.html','','toolbar=no,menubar=no,location=no,height=440,width=330'); }
thanks for any replies!



Reply With Quote


Bookmarks