Hopefully this will be an easy one. I have a TopFrame, LeftFrame, and MiddleFrame. After clicking a link in LeftFrame I want to have a document open in MiddleFrame.
I saw on another post the following, but it did not work so I am guessing they are not on the same level?
>>>>>>>>>>>>
the way to update one single frame :
<a href="page_name.htm" target="frame_name">link</a> this will display page_name.htm in the frame "frame_name" (provided the current frame and frame_name are at the same "level"
>>>>>>>>>>>>
I have also seen something along the lines of "parent.MiddleFrame.location=", which I think would work except that I have this code that is currently using "Target=" and I dont know how to change it over. Is it possible to use something like "Target=parent.MiddleFrame"? or is there any other way to use "Target=" to do this?
I saw on another post the following, but it did not work so I am guessing they are not on the same level?
>>>>>>>>>>>>
the way to update one single frame :
<a href="page_name.htm" target="frame_name">link</a> this will display page_name.htm in the frame "frame_name" (provided the current frame and frame_name are at the same "level"
>>>>>>>>>>>>
I have also seen something along the lines of "parent.MiddleFrame.location=", which I think would work except that I have this code that is currently using "Target=" and I dont know how to change it over. Is it possible to use something like "Target=parent.MiddleFrame"? or is there any other way to use "Target=" to do this?