HTML Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignHTML Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old August 10th, 2000, 08:30 AM
Gianni Gianni is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 1999
Location: South Africa
Posts: 9 Gianni User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Hello can one get rid of / disable the minimize/maximize/close buttons at the top of a page ??

Reply With Quote
  #2  
Old August 10th, 2000, 08:55 AM
christucker2 christucker2 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2000
Posts: 81 christucker2 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 9
You can disable (and in NS get rid of) the min/max buttons by setting the resizable property of the window to false (by not specifying resizable when opening the window or by specifying resizable=no as one of your windowFeature string parameter). However, you can't get rid of the close button or disable it for privacy/security/prevention of general annoyance reasons (that may not be true for signed JavaScript, not sure).


Reply With Quote
  #3  
Old August 10th, 2000, 09:02 AM
Gianni Gianni is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 1999
Location: South Africa
Posts: 9 Gianni User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
mmm I have resize=no but the stuff is still there....

Reply With Quote
  #4  
Old October 11th, 2000, 08:06 PM
krishna78 krishna78 is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2000
Posts: 1 krishna78 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
<BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">quote:</font><HR>Originally posted by Gianni:
Hello can one get rid of / disable the minimize/maximize/close buttons at the top of a page ??[/quote]

nomaximize attribute works for Netscape..
but for IE write this code to keep the window size constant.
function looped()
{
win.resizeTo(400,300);
setTimeout("looped()",10);
}

and call this method once in body onload.
I think this will solve ur problem to some extent


Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignHTML Programming > title bar minimize/maximize/close ???


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway