Click to See Complete Forum and Search --> : Problem about window.open


Sleep Mode
08-02-2006, 09:01 AM
Hi :) I want to add a scroll-bar to the window that i create with window.open such as:


window.open("details.php?id="+objID,"","width=550,height=590,scrolling=auto");


i write scrolling=auto but no scrolling appears. What will i write instead of it?

KDLA
08-02-2006, 11:11 AM
scrollbars=yes

KDLA

Sleep Mode
08-02-2006, 11:15 AM
Yeah that works.. Thank you so much KDLA :)