Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > how to make the control boxes disappear?

Reply
Thread Tools

how to make the control boxes disappear?

 
 
chirs
Guest
Posts: n/a
 
      09-12-2003
Hi,

Could you tell me how to make the control boxes disappear when I open a new
window? The control boxes are max box, min box and close box at the upper
right corner on the browser window. If you know how to do it in JavaScript,
please tell me, too.

Thank you.

Chris
 
Reply With Quote
 
 
 
 
Lasse Reichstein Nielsen
Guest
Posts: n/a
 
      09-12-2003
(chirs) writes:

> Could you tell me how to make the control boxes disappear when I open a new
> window? The control boxes are max box, min box and close box at the upper
> right corner on the browser window. If you know how to do it in JavaScript,
> please tell me, too.


Can't be done in the default securty setting.

If you open a window with window.open, you can add "titlebar=no" to
the window configuration, it just doesn't work without increased
privileges..

Adding "resizable=no" will disable the maximize button, but not
minimize. Preventing the user from resizing a window is a stupid thing
to do anyway, so don't do it.

/L

[1] Generally, you don't need to write the "option=no", since the default
for most of them are "no". Not all browsers agree, though.
--
Lasse Reichstein Nielsen -
Art D'HTML: <URL:http://www.infimum.dk/HTML/randomArtSplit.html>
'Faith without judgement merely degrades the spirit divine.'
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
Space between input boxes and selection boxes is not the same in Internet Explorer Stefan Mueller HTML 5 06-16-2009 02:06 PM
I am too stupid to make two input boxes work. Noname HTML 2 01-16-2004 04:46 PM
Want to make phone calls across internet between 2 locations with hardware boxes-how to setup/what do I need? Eric Kotz VOIP 4 09-26-2003 02:41 PM
Re: Make text boxes "forget" values Emil Kvarnhammar ASP .Net 0 07-16-2003 07:53 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57