hi Guys,
I've got a client that wants a site made where (its kinda hard to explain, bear with me) the website is in multiple browser windows, like navigation in one window, content in another, text in another,
Anyway I can handle passing all the data around, but the thing that I cant figure out is how do you tell what the on-screen position of a browser window is? I need to make it so that the navigation window is next to the content window, so if you move the navigation window the content window should follow, I need to do something like
contentWindow.moveTo(navWindow.onScreenXpos,navWindow.onScreenYpos+something)
but I dont know how to find something like onScreenYPos
hope that makes some sense,
thanks for your time!~
James
I've got a client that wants a site made where (its kinda hard to explain, bear with me) the website is in multiple browser windows, like navigation in one window, content in another, text in another,
Anyway I can handle passing all the data around, but the thing that I cant figure out is how do you tell what the on-screen position of a browser window is? I need to make it so that the navigation window is next to the content window, so if you move the navigation window the content window should follow, I need to do something like
contentWindow.moveTo(navWindow.onScreenXpos,navWindow.onScreenYpos+something)
but I dont know how to find something like onScreenYPos
hope that makes some sense,
thanks for your time!~
James