Link to home
Start Free TrialLog in
Avatar of tonelm54
tonelm54

asked on

this.window.scrollbars.visible=false

Im trying to hide the scrollbars on one of my frames of a page Im designing, I cant disable them in the frameset as sometimes I need them active, others not, and others set to auto.

Im trying:-
<body>
  <script language="JavaScript" type="text/javascript">
this.window.scrollbars.visible=false
  </script>

but doesnt work!

Any ideas?

Tony
ASKER CERTIFIED SOLUTION
Avatar of third
third
Flag of Philippines image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial