Inline frames

G

Guest

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?
 
S

Stefan B Rusynko

You may also want to remove all spaces from all file/folder names to prevent broken links (and the %20)

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Sorry guys, just found out
|
| "Amateur" wrote:
|
| > 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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top