Scrollbars Netscape

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • leiko

    Scrollbars Netscape

    how can I get a vertical scrollbar in Netscape Navigator when I open a new
    window ?

    window.open('ne wpage', 'pagename','wid th=420,height=3 20, scrollbars=yes
    status=no') seems to work only with IE.



  • Martin Honnen

    #2
    Re: Scrollbars Netscape



    leiko wrote:
    [color=blue]
    > how can I get a vertical scrollbar in Netscape Navigator when I open a new
    > window ?
    >
    > window.open('ne wpage', 'pagename','wid th=420,height=3 20, scrollbars=yes
    > status=no') seems to work only with IE.[/color]

    Throw out any spaces in the third argument (at least for Netscape 4):
    window.open('wh atever.html', 'windowname'
    'width=420,heig ht=320,scrollba rs,resizable')

    --

    Martin Honnen


    Comment

    Working...