Jump to content
xisto Community
Sign in to follow this  
biesbos

Linking To Iframes Linking to Iframes

Recommended Posts

hi,here something usefull I think. A few months ago I designed a websitewith 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 :) greetz Biesbos

Share this post


Link to post
Share on other sites

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

Share this post


Link to post
Share on other sites

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".

Share this post


Link to post
Share on other sites

Yes, the W3C has depreciated <iframe>s. Instead, please read my tutorial here at Xisto 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.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.