Re: iframe shows in Mozilla, but not in IE
- From: Captain Paralytic <paul_lautman@xxxxxxxxx>
- Date: Wed, 30 Apr 2008 06:26:49 -0700 (PDT)
On 30 Apr, 14:11, damezumari <jannordgr...@xxxxxxxxx> wrote:
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
This is not really a php question. You would do better to view the
source in the browser and paste it into a post in something like
alt.html
One piece of php advice, stop using short tags.
.
- References:
- iframe shows in Mozilla, but not in IE
- From: damezumari
- iframe shows in Mozilla, but not in IE
- Prev by Date: iframe shows in Mozilla, but not in IE
- Next by Date: Re: getting absolute directory path?
- Previous by thread: iframe shows in Mozilla, but not in IE
- Index(es):
Relevant Pages
|