Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Proper alternative for iframe

0 views
Skip to first unread message

Hendrik Maryns

unread,
Oct 1, 2008, 4:47:45 AM10/1/08
to
Hi,

I’ve read Jukka’s page about iframes and generally noted the advice not
to use it, so I am looking for a proper way to handle this:

http://www.weltladen-tuebingen.de/index_kontakt.html

you know, the Google insertion.

I’ve already cleaned up the page to not use frames anymore, using SSI,
but that is not suitable for the iframe. It is still bothering me, once
that is properly done, I can replace the current website with a proper
HTML strict version.

Thanks for suggestions, H.
--
Hendrik Maryns
http://tcl.sfs.uni-tuebingen.de/~hendrik/
==================
Ask smart questions, get good answers:
http://www.catb.org/~esr/faqs/smart-questions.html

Erwin Moller

unread,
Oct 1, 2008, 7:19:11 AM10/1/08
to

Hendrik Maryns schreef:

> Hi,
>
> I’ve read Jukka’s page about iframes and generally noted the advice not
> to use it, so I am looking for a proper way to handle this:
>
> http://www.weltladen-tuebingen.de/index_kontakt.html
>
> you know, the Google insertion.
>
> I’ve already cleaned up the page to not use frames anymore, using SSI,
> but that is not suitable for the iframe. It is still bothering me, once
> that is properly done, I can replace the current website with a proper
> HTML strict version.
>
> Thanks for suggestions, H.

Hi,

I noticed that you use a src atrribute for the div.
AFAIK: That is illegal.

<div id="Layer13"><iframe width="425" height="500" frameborder="0"
scrolling="no" marginheight="0" marginwidth="0"
src="http://maps.google.de/maps?q=Lange+Gasse+64+T%C3%BCbingen&amp;ie=UTF8&amp;s=AARTsJqeAh_DIeSOTEyQPh1QRixsBIAIZA&amp;ll=48.523085,9.055781&amp;spn=0.007106,0.00912&amp;z=16&amp;iwloc=addr&amp;output=embed"></iframe>
</div>

Maybe you can throw in an OBJECT tag?
http://www.w3.org/TR/REC-html40/struct/objects.html

Regards,
Erwin Moller


--
============================
Erwin Moller
Now dropping all postings from googlegroups.
Why? http://improve-usenet.org/
============================

0 new messages