Page 1 of 1

Open New Window

Posted: Fri Oct 24, 2003 7:03 am
by desmondlk
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.

Posted: Fri Oct 24, 2003 7:54 am
by evilMind
Not sure if you can remove those... I thought that the min+max+close buttons were a window manager sort-of thing, and not really having to do with the browser....

Posted: Fri Oct 24, 2003 9:02 am
by qads
i have seen some frameless windows..might wanna try here
http://www.dynamicdrive.com

Posted: Fri Oct 24, 2003 10:57 am
by m3rajk
there's a difference between the manager bar and the instance of the program. the min/max/close are done by a window manager, if it's even possible you probalby do NOT want to, because it will likely require some sort of permission that LOOK like you are attacking the viewer, which could result in issues for you. consider what happens if someoen misinterprets what's going on and sends your site to their local authorities. some of the new laws congress has passed against hacking may actually open you to legal issues even though you aren't trying to. a number of the more recent ones have been critisized for going to far and getting innocent people as a result of not qualifieing by creating conditions based on what's going on.