Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Which Events are fired when scrollbar is moved

Status
Not open for further replies.

Raxg

Programmer
Nov 14, 2002
18
0
0
US
Hi All,
Could anyone would tell me which events are fired when a scrollbars are moved. I have come across "onscroll" event of window but that does not help into my issue.

I want to make scroll bars invisible.
According to scrollbars description it tells that it is read only property.
It also mentions that
&quot;signed scripts with the <b>UniversalBrowserWrite</b> privilege can use this property to show or hide the scrollbars &quot;.
How can i make my scripts signed with &quot;UniversalBrowserWrite&quot; ?

Any help would be highly appreciated.
Thanks
Experience teaches slowly and at the cost of mistakes [pipe]
 
the &quot;UniversalBrowserWrite&quot; privilege is NS only, and I'm not sure if it was just NS4x only or if current versions support it. search to see if it still exists.

another way in IE is to use:
window.document.body.scroll = &quot;no&quot;;

=========================================================
if (!succeed) try();
-jeff
 
Thanks Jemminger for your help. I guess my issue need not have to use &quot;UniversalBrowserWrite&quot; as it was achieved using the other method you mentioned into post.
Sorry for late reply but Thanks again :) Experience teaches slowly and at the cost of mistakes [pipe]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top