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?
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?