I use the following form on my js :
resizable=1,scrollbars=1,menubar=0,toolbar=1
I have seen others use either all yes/no or combinations of 1/0 and yes/no ie :
resizable=yes,scrollbars=1,menubar=no,toolbar=1
Which form is valid 1/0,yes/no or combinations?