Announcement

Collapse
No announcement yet.

How do I disable scroll bars appearing in my popup windows?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How do I disable scroll bars appearing in my popup windows?

    The popup window is displayed by the Java Script function ShowPopUp in actiniccore.js.

    The default settings for the popup window are scrollbars=yes and resizable=yes. This instructes the browser to show scroll bars if required. NS7 will not show the scrollbars if they are not required however IE6 will always show the scrollbars albeit disabled.

    Disable the scrollbars completely by changing scrollbars to scrollbars=no in the ShowPopUp function in actiniccore.js and updating the site.
Working...
X