Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Emiel Stöpler 13 posts 20 karma points
    Apr 07, 2009 @ 21:45
    Emiel Stöpler
    0

    iframe giving trouble

    Hello,

    I have a fairly straightforward site in Umbraco. On one of the pages, I use an iframe. I need a form to postback to a different site for people to enter a mailinglist (a paid service).

    I use this XSLT:



    I don't know if this is the best way to handle this. It works well, but is it bad practice?

    Anyhow, some of the HTML below the iframe doesn't render (in FF). When I look at the source code, the HTML shows up, but FF HTML source code is color coded and strangely, the code below the iframe is only black-and-white.

    When I put any other HTML in place of the iframe, the rest of the page does show. But even if I put a blank page in the actual iframe, it still doesn't work.

    Any ideas?

    Emiel

  • Peter Dijksterhuis 1442 posts 1722 karma points
    Apr 07, 2009 @ 22:37
    Peter Dijksterhuis
    0

    Hi Emiel,

    try changing the output method from the xslt from xml to html
    [code]

    [/code]

    If it is set to xml, the xslt cleans up empty tags (instead of the code gets outputted as )

    HTH,
    PeterD

  • Emiel Stöpler 13 posts 20 karma points
    Apr 14, 2009 @ 10:53
    Emiel Stöpler
    0

    Thanks, that did the trick!

    Emiel

Please Sign in or register to post replies

Write your reply to:

Draft