|
|
|
|
![]() ![]() |
May 18 2005, 08:56 PM
Post
#1
|
|
|
Newbie [ Level 1 ] 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 greetz Biesbos |
|
|
|
Jul 5 2005, 08:48 PM
Post
#2
|
|
|
Newbie [ Level 2 ] 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 |
|
|
|
Oct 8 2005, 05:59 PM
Post
#3
|
|
|
Newbie [ Level 2 ] 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 |
|
|
|
Oct 29 2005, 06:55 PM
Post
#4
|
|
|
Veteran Nut 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". |
|
|
|
Feb 7 2007, 01:12 AM
Post
#5
|
|
|
Super Member 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. |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 14th October 2008 - 09:42 AM |