iframe shows in Mozilla, but not in IE



I have an iframe in my code:

<iframe src ="../intro.php?text='.urlencode($line['intro']).'"
name="scroll" marginwidth="10" marginheight="10"width="500"
height="200" frameborder="1"></iframe>

where intro.php
<?=$_GET[text];?>

If $line['intro'] is 'The fox jumped' the iframe shows in both
browsers, but if it is something like:

'%3Cp+class%3D%22MsoNormal%22+style%3D%22MARGIN%3...'

it only shows in Mozilla.

How do I make it work?

Kind regards,

Jan Nordgreen
.



Relevant Pages

  • Re: Whtas the Story with document.createElement(iframe) in IE?
    ... fine on a very wide range of browsers including IE 6+ and does not ... critical factor is that when an IFRAME element is created on IE ... setting the - name - attribute of the window object. ... var iframe = document.createElement; ...
    (comp.lang.javascript)
  • Re: need help html programming..
    ... > overlapping DIVs that display properly on other browsers are rendered ... My web site works on IE, FireFox, and Opera. ... This click reveals and populates an IFrame, ... on all those browsers. ...
    (comp.programming)
  • Re: Using Javascript to submit a form at another URL
    ... How can you login if you cannot access the site first? ... However loading the login-page into an ifame will not help you. ... Only on a faked page, not on the page of the site, as modern browsers do ... not allow access to an iframe if cross domain. ...
    (comp.lang.javascript)
  • Re: Code Fragment
    ... both browsers (there are some small problems with the size of the box in ... it seems that this appears to be your iframe code ... I use Publisher 2003. ... are ready to paste into the code fragment box, ...
    (microsoft.public.publisher.webdesign)
  • Re: [PHP] Re: posting variables to parent frame
    ... I found that with I didn't have very much control over the border frame (some browsers just refused to make it go away!), others had problems with sizing, positioning, and margin control. ... 7, all Mozilla-based browsers right from the start of the Mozilla foundation up to the latest version of Sea Monkey, and Opera versions 6 and 9. ... As for <div>, isn't that just for defining blocks of content in the current document? ... That's a whole different thing than and <iframe>, which are used for embedding an entirely new document into the current one. ...
    (php.general)