Hi,
I'm opening a popup window with the following code attached to a button click:
This works fine for me, but on other computers the scrollbars are missing. Any idea why this might be? All computers are Win XP PCs and the affected browser is IE but I haven't checked if other browsers are OK...
Any ideas?
I'm opening a popup window with the following code attached to a button click:
Code:
var poster = window.open('about:blank', 'poster', 'toolbar=no,scrollbars=yes,resizable=yes,menubar=no,status=yes,
directories=no,location=no,width=700,height=500');
This works fine for me, but on other computers the scrollbars are missing. Any idea why this might be? All computers are Win XP PCs and the affected browser is IE but I haven't checked if other browsers are OK...
Any ideas?