Feedback on: irt.org FAQ Knowledge Base Q758
Worth:
Worth reading
Length:
Too short
Technical:
Not technical enough
Comments:
you may not be able to do this in msie and you may have to sign your code to do it in netscape, but if you use a server side include in the frameset, to #echo var="QUERY_STRING", at the location in the frameset document that defines whether or not there are scrollbars in that frame, you can achieve the desired result. of course, this requires ssi to be enabled and the document to be .shtml. and also, this would have to be done on a click, not automatically...
Worth:
Worth reading
Comments:
...hi there!
it works in IE but it doesn't work in NS. i got a javascript error. "window.scrollbars is no object or 0"
could u please help me?
thx
Worth:
Worth reading
Comments:
I strongly believe that there is an syntax error on the Netscape code:
<script language="JavaScript"></script>
Worth:
Worth reading
Comments:
window.scrollbars.visibility = false;
I think should be:
window.scrollbars.visible = false;