Hi,
I have an iframe set inside a table that loads html from an external text file. It works in IE but not firefox or safari, is this command just for IE?
<iframe name="div_products" scrolling=no frameBorder=0 width="152" height="24"></iframe>
<script
language="JavaScript">
frames['div_products'].location.href=' </script>
Can anyone shed any light on this?
S
I have an iframe set inside a table that loads html from an external text file. It works in IE but not firefox or safari, is this command just for IE?
<iframe name="div_products" scrolling=no frameBorder=0 width="152" height="24"></iframe>
<script
language="JavaScript">
frames['div_products'].location.href=' </script>
Can anyone shed any light on this?
S