Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. Maximize/Minimize Buttons

Maximize/Minimize Buttons

Scheduled Pinned Locked Moved Web Development
helptutorialquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    Jamal Abdul Nasir
    wrote on last edited by
    #1

    hi... -> how to disable or remove the minimize/maximize buttons in browser window? -> i tried the following code but it is not working.

    params = 'width=700';
    params += ', height=600';
    params += ', top=0, left=0'
    params += ', fullscreen=yes'
    params += ', resizable=no'
    params += ', scrollbars=yes';
    window.open(url,'windowname4', params);

    it would be very nice of you if you help me out.. :)

    J A Nasir K

    L 1 Reply Last reply
    0
    • J Jamal Abdul Nasir

      hi... -> how to disable or remove the minimize/maximize buttons in browser window? -> i tried the following code but it is not working.

      params = 'width=700';
      params += ', height=600';
      params += ', top=0, left=0'
      params += ', fullscreen=yes'
      params += ', resizable=no'
      params += ', scrollbars=yes';
      window.open(url,'windowname4', params);

      it would be very nice of you if you help me out.. :)

      J A Nasir K

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Jamal Abdul Nasir wrote:

      how to disable or remove the minimize/maximize buttons in browser window?

      From Developer.Mozilla [^] [quote] minimizable This setting can only apply to dialog windows; "minimizable" requires dialog=yes. If minimizable is set to yes, the new dialog window will have a minimize system command icon in the titlebar and it will be minimizable. Any non-dialog window is always minimizable and minimizable=no will be ignored. [/quote]

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups