Open New Window
Posted: Fri Oct 24, 2003 7:03 am
Hi All,
May I know how to open a new window without the minimize and close button on the top right corner of brower?
<script>
MyWindow = window.open('show.php', +
'Show_Progress', 'location=no,scrollbars=no,menubar=no,'+
'toolbar=no,status=no,resizable=no,top=240,left=250,'+
'height=30,width=300');
<--end-->
Please help.
Thanks in advance.
Regard,
Desmond.
May I know how to open a new window without the minimize and close button on the top right corner of brower?
<script>
MyWindow = window.open('show.php', +
'Show_Progress', 'location=no,scrollbars=no,menubar=no,'+
'toolbar=no,status=no,resizable=no,top=240,left=250,'+
'height=30,width=300');
<--end-->
Please help.
Thanks in advance.
Regard,
Desmond.