Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

window.open in Opera???

Status
Not open for further replies.

cash0

Programmer
May 23, 2001
22
AU
I've just discovered that the new windows that I open on one of my websites do not have scroll bars in OPERA5.

Here's the code that does the deed:
openWindow = window.open('news.asp','newwindow_news','width=567,height=365,scrollbars=yes,resizable=yes');

Works fine in IE and Netscape...

Any Ideas?
 
I read somewhere that you need to use "scrollbar=yes,scrollbars=yes" to catch all of the browsers (both singular and plural) but that might just be a rumor... worth a try though. I've always included both.
 
I was a bit sceptical a first, but it actually worked! Shows that Opera is a little more peculiar than I first thought.

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top