I want to be able to open a new window (window.open) relative to the current window NOT the monitor screen? Is there a way to do this? The only attributes I can find that positions the new window are left and top which are relative to the monitor.
No. A new window is a new Instance of the browser. To pop things up inside a document window you need to use absolute position styles of block elements. Be warned you will likely find browser compatibility issues.
thanks ... that is what I was afraid of. I'm lucky in that I won't run into the browser compatibility problem (since I only program for current IE - at least on this project) but I still don't think the time and effort to do the block elements will be worth the return.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.