I have an HTML document with multiple frames (banner, menu, left, right). In the "right" frame I have an SVG document that is interactive using Javascript. I would like to open a new HTML file (locally on the disk) in the "left" frame when certain buttons are clicked on the SVG document. I am rather new to JS, but I have been searching the net for hours and can not find an answer as of yet. Whenever I try to access the document properties of the left frame to assign the href properties, I get a JScript error in IE saying document is null or not an object. How can I access the document properties of the "left" frame from within the JS of the SVG document in the "right" frame? Thank you.
Brian
Brian