wrote:
> I want to create dynamic iframe content like below but in Firefox
>
>
> <iframe width="100%" height="100" src="#"></iframe>
>
> <script language="JavaScript"><!--
> document.frames[0].document.open();
> document.frames[0].document.write('THis is the dynamic text for iframe
> above');
> document.frames[0].document.close();
> //--></script>
>
> these document.frames are now working under Firefox, can someone help
> me?
I mean NOT working under Firefox, only IE and i want to have it working
under firefox. can someone help me?