Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> Linking To Iframes, Linking to Iframes
biesbos
post May 18 2005, 08:56 PM
Post #1


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 4
Joined: 18-May 05
Member No.: 5,213



hi,
here something usefull I think. A few months ago I designed a website
with pretty much Iframes. but the problem was how to target them.
I found the solution. look with me to the codes below, you see the code
Iframe. the specific Iframe was given a name with the code name = "yourname".
now you can easily target the frame by giving the link code a param
target = "yourname".


Iframe code:
<iframe name = "bob" src = "..."></iframe>

linking code:
<a href = "..." target = "bob">Click</a>

if you have any questions feel free to ask. thats why I'm here tongue.gif

greetz Biesbos
Go to the top of the page
 
+Quote Post
mizswantonbomb
post Jul 5 2005, 08:48 PM
Post #2


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 27
Joined: 4-July 05
Member No.: 6,819



thanks for this post
I was just about to ask how to do that smile.gif
Go to the top of the page
 
+Quote Post
.Solitude
post Oct 8 2005, 05:59 PM
Post #3


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 11
Joined: 8-October 05
Member No.: 8,985



Thank you so much. I have been looking everywhere for this! I am so glad that i found this forum as the members here obviously know a lot about codes, scripts and HTML. Thanks once again!

.Solitude
Go to the top of the page
 
+Quote Post
twitch
post Oct 29 2005, 06:55 PM
Post #4


Veteran Nut
Group Icon

Group: Members
Posts: 527
Joined: 4-October 05
From: UK
Member No.: 8,895



As a veteran of web development and W3C standards, I absolutely HATE, with a passion, frames and iframes. They are not browser friendly, buggy and SEO hopeless. Finally, there is no need for frames/iframes.

And there should be no space between target="example".
Go to the top of the page
 
+Quote Post
FirefoxRocks
post Feb 7 2007, 01:12 AM
Post #5


Super Member
Group Icon

Group: [HOSTED]
Posts: 702
Joined: 12-July 06
From: Ontario, Canada
Member No.: 14,464



Yes, the W3C has depreciated <iframe>s. Instead, please read my tutorial here at Astahost Tutorials. It involves switching to <object> because an HTML/XHTML page in another page is considered a foreign "object".

Please make your pages with iframes XHTML 1.0 compliant because we are cleaning up the web here.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Iframes Are Evil(8)
  2. 2 Servers, 1 Domain(6)
  3. Help Turn Iframes To Php(5)
  4. Can A PHP Page Knows Who's Linking To Itself?(9)
  5. Help On Swishmax - Linking Buttons...(6)
  6. Div Linking Using Css(5)
  7. Web Game(3)
  8. Linking A Subdomain To Invision Free Board(4)
  9. Linking Two Tables(12)
  10. Linking An Object Tag(0)
  11. Mixing XHTML 1.1 And iFrame(9)
  12. Linking Iframes(1)
  13. Mysql Problem(1)
  14. Something Is Wrong When Linking (dev-c++)(2)
  15. [c/c++][linux] Linking With A -l Is Static Or Dynamic?(0)


 



- Lo-Fi Version Time is now: 14th October 2008 - 09:42 AM