2 articles on "scrollbars"

Web Source Web Design Tips - Open A New Window With A Button or Link

Button:Link:function openwindowlink(){newwin window.open("yourdomain.htm","windowname"," height320,width320,scrollbars,resizable")}// end hiding >Open Window About the Author Shelley Loweryslowery@web-source.netTip provided by: Web Source: Your Gui...

Web Development  development linknewwin windowopenyourdomainhtmwindowname heightwidthscrollbarsresizable hiding open window
Web Source Web Design Tips - Open A Window on Page Load

The code below will open a new window when a web page loads. This window may be customized to any size you'd like. Place this code under the tag within your HTML.window.open('http://www.yourdomain.com','windowname','hei...

Web Development  development window youaposd scrollbars code resizable