Sep 23, 2004 #1 ryuninjato Technical User Joined Sep 23, 2004 Messages 1 Location US On the site I created http://www.huligar.com, when you go to the methods page and select warranty information the window pops up on some browsers without a scroll bar!Why? And How do I fix it? Thanks
On the site I created http://www.huligar.com, when you go to the methods page and select warranty information the window pops up on some browsers without a scroll bar!Why? And How do I fix it? Thanks
Sep 23, 2004 #2 chessbot Programmer Joined Mar 14, 2004 Messages 1,524 Location US If you specify any screen parameters in window.open(), then all of them default to off. Add scrollbars='yes' to your third argument. --Chessbot "So it goes." Kurt Vonnegut, Slaughterhouse Five Upvote 0 Downvote
If you specify any screen parameters in window.open(), then all of them default to off. Add scrollbars='yes' to your third argument. --Chessbot "So it goes." Kurt Vonnegut, Slaughterhouse Five