Guest_imported
New member
- Jan 1, 1970
- 0
I have this script that work best for me on IE.
what do i need to change inorder for it to work on netscape??
the idea is that i have 2 frames on some pages that are directed to 1 of the frames i want a scroller and on some i dont.
i cant use - scrolling="Auto" but this function worked great on IE.
please answer fast i need "yesterday"....... thankes.
<script>
<!--
function scNo()
{
parent.document.all.tags("FRAME"[1].scrolling = "no"
}
//-->
</script>
what do i need to change inorder for it to work on netscape??
the idea is that i have 2 frames on some pages that are directed to 1 of the frames i want a scroller and on some i dont.
i cant use - scrolling="Auto" but this function worked great on IE.
please answer fast i need "yesterday"....... thankes.
<script>
<!--
function scNo()
{
parent.document.all.tags("FRAME"[1].scrolling = "no"
}
//-->
</script>