Hello,
I am trying to solve an annoying problem I am having with frames on a real estate site I'm building. Basically, I have all my search results in a frame, and whenever a consumer clicks on something in the frame, it changes the page in the frame but leaves the main window scrolled down wherever they were on the main page, while the new page in the frame starts displaying the information above where they are looking without scrolling up manually.
So I'm wondering if I can set up a javascript function of some sort on the actual frame that will accomplish something like:
onload, or onreset, etc. (is there a command that will detect when the frame changes to a new page?) the main page will jump to a bookmark (#top)...
If anyone knows if this is remotely possible, please let me know!
I am trying to solve an annoying problem I am having with frames on a real estate site I'm building. Basically, I have all my search results in a frame, and whenever a consumer clicks on something in the frame, it changes the page in the frame but leaves the main window scrolled down wherever they were on the main page, while the new page in the frame starts displaying the information above where they are looking without scrolling up manually.
So I'm wondering if I can set up a javascript function of some sort on the actual frame that will accomplish something like:
onload, or onreset, etc. (is there a command that will detect when the frame changes to a new page?) the main page will jump to a bookmark (#top)...
If anyone knows if this is remotely possible, please let me know!
Comment