I have an interesting problem which seems to point toward a Javascript issue:
I'm using the Javascript "window.open" API to open a link in a new window. The linked page is a frameset with three frames: a single column on the left and column on the right which itself contains two frames. The top frame of the right column is supposed to extend down part-way down the page and then display another frame in the remainder of the column.(I can supply more detail on the frame orientation if necessary.)
Here's the interesting part: the right column frame does not display correctly from the window.open command. If loaded from a new browser window/entered into the address bar, everything displays perfectly. If I use the window.open command, the display is "off" (the bottom part of the right column is not "missing", but I have to scroll down to locate it -- which is not the correct display behavior).
More interesting: after executing the window.open command and showing the frameset display incorrectly, if I simply hit the "Maximize" button on the window -- everything magically fixes itself. I've tried all sorts of variations on "javascript maximize" (though note: I cannot easily modify code in the frameset source, I can only easily modify the window.open execution) -- with no luck. There is no true "window.maximize" function, and none of the substitute methods seem to exactly emulate the function of clicking the Window Maximize button. I cannot figure out the proper window.open call format to get the display to work properly, and I've tried a large number of variations.
This seems to be a very tricky one. Anyone out there have any experience with window.open/frameset issues?
Any help at all would be greatly appreciated.
I'm using the Javascript "window.open" API to open a link in a new window. The linked page is a frameset with three frames: a single column on the left and column on the right which itself contains two frames. The top frame of the right column is supposed to extend down part-way down the page and then display another frame in the remainder of the column.(I can supply more detail on the frame orientation if necessary.)
Here's the interesting part: the right column frame does not display correctly from the window.open command. If loaded from a new browser window/entered into the address bar, everything displays perfectly. If I use the window.open command, the display is "off" (the bottom part of the right column is not "missing", but I have to scroll down to locate it -- which is not the correct display behavior).
More interesting: after executing the window.open command and showing the frameset display incorrectly, if I simply hit the "Maximize" button on the window -- everything magically fixes itself. I've tried all sorts of variations on "javascript maximize" (though note: I cannot easily modify code in the frameset source, I can only easily modify the window.open execution) -- with no luck. There is no true "window.maximize" function, and none of the substitute methods seem to exactly emulate the function of clicking the Window Maximize button. I cannot figure out the proper window.open call format to get the display to work properly, and I've tried a large number of variations.
This seems to be a very tricky one. Anyone out there have any experience with window.open/frameset issues?
Any help at all would be greatly appreciated.