Posted: Fri Aug 29, 2008 5:14 am Link to an external iframepage
Hi, I have two websites A and B. Site B contains an iframe. I want to create a link from A to B. B opens in a new window (no problem) BUT I like a specific page to open in the frame on site B - not the welcome.htm but the important.htm.
I can't get it right!
Hakan
sticks464
Joined: 31 Dec 2006
Posts: 1283
Posted: Fri Aug 29, 2008 6:00 am
Like this
<iframe src="http://webaddy.com"></iframe>
Novis
Joined: 29 Aug 2008
Posts: 3
Posted: Fri Aug 29, 2008 8:43 am
Hi, Mm..My problem is that when I in Site A is creating a hyperlink to Site B I can come to this: www.SiteB.com/important.htm as a standalonepage, but not as an iframepage as a part of the SiteB.
/Hakan
sticks464
Joined: 31 Dec 2006
Posts: 1283
Posted: Fri Aug 29, 2008 9:24 am
Whatever page site A links to has to contain the iframe.
If sote A has a link <a href="important.html">Important</a> then the important.html page should contain the iframe that links to whatever page is displayed in the iframe using and absolute path. <iframe src="http://siteB.com/welcome.html"></iframe>
jacturne
Joined: 21 Nov 2008
Posts: 2
Posted: Fri Nov 21, 2008 1:54 pm Re: Link to an external iframepage
Novis wrote: Hi, I have two websites A and B. Site B contains an iframe. I want to create a link from A to B. B opens in a new window (no problem) BUT I like a specific page to open in the frame on site B - not the welcome.htm but the important.htm.
I can't get it right!
Hakan
Check this thread out. I was having the same issue. WORKS!!!