Feedback: irt.org FAQ Knowledge Base Q758
Feedback on: irt.org FAQ Knowledge Base Q758
Sent by F11 on June 28, 2000 at 06:43:13: - feedback #1436
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...
Sent by Sven Maurer on July 20, 2001 at 03:47:24: - feedback #2987
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
Sent by Jakob Herrmann on February 14, 2002 at 15:19:25: - feedback #3594
Worth: Worth reading
Comments: I strongly believe that there is an syntax error on the Netscape code: <script language="JavaScript"></script>
Sent by Jakob Herrmann on February 14, 2002 at 15:20:51: - feedback #3595
Worth: Worth reading
Comments: window.scrollbars.visibility = false; I think should be: window.scrollbars.visible = false;
|