disable browsers maximize button

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • BudhramM@gmail.com

    disable browsers maximize button

    I have created a frameset which is my default page. I am using
    window.resizeto and window.move to size and position the window on the
    users screen, but I also need to disable the maximize button on the
    window.

    I know this can be done when using the window.open function as one of
    it's parameter's, however, as this is my landing page, I need to do
    this on page load.

    Please can someone help with this. Have come up with nothing on
    searching!!!

    thanx...
    dwd

  • Lee

    #2
    Re: disable browsers maximize button

    BudhramM@gmail. com said:[color=blue]
    >
    >I have created a frameset which is my default page. I am using
    >window.resizet o and window.move to size and position the window on the
    >users screen, but I also need to disable the maximize button on the
    >window.
    >
    >I know this can be done when using the window.open function as one of
    >it's parameter's, however, as this is my landing page, I need to do
    >this on page load.
    >
    >Please can someone help with this. Have come up with nothing on
    >searching!!![/color]

    That's like going to an automobile newsgroup and asking how to wire up your left
    turn signal so that it blinks constantly. It's frowned upon.

    Let the user decide how big the window should be, and where it should be.
    You don't know how big his monitor is or what else he is doing on it.

    Comment

    Working...