Proper alternative for iframe

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Hendrik Maryns

    Proper alternative for iframe

    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:



    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

    =============== ===
    Ask smart questions, get good answers:

  • Erwin Moller

    #2
    Re: Proper alternative for iframe


    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:
    >

    >
    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"><i frame width="425" height="500" frameborder="0"
    scrolling="no" marginheight="0 " marginwidth="0"
    src="http://maps.google.de/maps?q=Lange+Ga sse+64+T%C3%BCb ingen&amp;ie=UT F8&amp;s=AARTsJ qeAh_DIeSOTEyQP h1QRixsBIAIZA&a mp;ll=48.523085 ,9.055781&amp;s pn=0.007106,0.0 0912&amp;z=16&a mp;iwloc=addr&a mp;output=embed "></iframe>
    </div>

    Maybe you can throw in an OBJECT tag?


    Regards,
    Erwin Moller


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

    Comment

    Working...