[thelist] popup window size
rudy
thelist at lists.evolt.org
Tue Sep 3 13:40:00 2002
> Any hints??
>
>onClick="window.open('multiple_pdf.php?pn=<?=$PN;?>','mywindow','titlebar=
no
>, left=50, height=200, location=no, menubar=no,status=no, toolbar=no,
>top=50, width=250')";">
remove the spaces in the attribute string
.jeff would say you don't need any attributes that specify "no" but it's a
good idea to leave them in so that you don't have to remember the syntax if
you want to set one of them to "yes"
rudy