dynamic iframe content in Firefox problem

M

mike888

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?
 
M

mike888

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top