
Originally Posted by
Wizard13335
its not "scrollbars=no" its "scrollbars=0". hope that helps!
Actually, either is OK. In fact, simply not listing scrollbars at all, is supposed to make it so that there are none. However:

Originally Posted by
stdjmax
window.open(href, windowname, 'width=50,height=50,scrollbars=no);
should be:
Code:
window.open(href, windowname, 'width=50,height=50,scrollbars=no');
Anyways, I've had some problems in FF with scrollbars=no/scrollbars=0 not 'getting it'. I've found that, if in the body tag of the page that you are loading into the new window, if you have like:
HTML Code:
<body style="overflow:hidden;">
There will be no scrollbars, period.
Bookmarks