I've seen this before where several small browser windows were opened on teh desktop to a specific location, each window contained a portion of a big picture and all the browser windows are arranged to form the big picture. Any one know how to do this?
This is how you would put the windows where you want them.
This is a javascript function I wrote to open a window to display information:
function info()
{
window.open("NatInfo.htm","new2","channelmode=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizeable=no,width=275,height=230,top=5,left=5"
}
As you can see, it uses the CSS Top and Left to put the popup window where I want on the desktop.
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.