A
Amateur
I have a navigation button which should open a page into an inline frame.
The line for the navigation looks like this -
<a
href="../../../C.P.S.%20version%202.04/Web%20balances/Total%20BIE%2030%20P%20participant%20value%2043001000-6000.htm"><img
border="0" src="../../images/Accounts_m1.gif" width="133" height="102"></a>
So, I declared the frame like this -
<iframe name="working_area" scrolling="no"
src="../../../C.P.S.%20version%202.04/Web%20balances/Total%20BIE%2030%20P%20participant%20value%2043001000-6000.htm" width="524" height="395">
Why is the link always opening in a new window and not in the frame and what
do I have to do that the link is opening in the frame?
The line for the navigation looks like this -
<a
href="../../../C.P.S.%20version%202.04/Web%20balances/Total%20BIE%2030%20P%20participant%20value%2043001000-6000.htm"><img
border="0" src="../../images/Accounts_m1.gif" width="133" height="102"></a>
So, I declared the frame like this -
<iframe name="working_area" scrolling="no"
src="../../../C.P.S.%20version%202.04/Web%20balances/Total%20BIE%2030%20P%20participant%20value%2043001000-6000.htm" width="524" height="395">
Why is the link always opening in a new window and not in the frame and what
do I have to do that the link is opening in the frame?