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