Quote:
Originally Posted by vissa
Well its great, so don't get me wrong! My users are very happy overall. Some of the tweaks I've mentioned are pretty easy to implement, so if I do them would you want me to give you the code?
-V
|
If you are slick with all that in Javascript, sure. I could work it out, but honestly, my hands are full now with the bite I took of this.
This should remain a 2 step process though. In the calling window work out the resolution of the users screen and size of the new window accordingly, then in the recieving window do the focus. Although we do have one problem, nothing is supplying an image size to work with in the calling window.
I'll try and think of the most efficient way to get that for you, unless you have an idea?
Thanks.
EDIT. Shows ya how much I know. I guess ya can do all the resizing and focusing on the recieving window and just pop off the new window with the attributes we need from the calling window, size not mattering to caller.