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. Very Simple Question

Very Simple Question

Scheduled Pinned Locked Moved Web Development
javatoolsquestion
4 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.
  • S Offline
    S Offline
    syedhassan4
    wrote on last edited by
    #1

    I am very very new Babie in Java Script. I want to disable the Maximize Button of the newly open Window through window.open(" "," ", options) In Microsoft Internet Explorer 5. I already used resize = no. but it dose not work. Thanks in advance.

    M 1 Reply Last reply
    0
    • S syedhassan4

      I am very very new Babie in Java Script. I want to disable the Maximize Button of the newly open Window through window.open(" "," ", options) In Microsoft Internet Explorer 5. I already used resize = no. but it dose not work. Thanks in advance.

      M Offline
      M Offline
      moliate
      wrote on last edited by
      #2

      Try resizable=no instead of resize=no. Also no spaces are allowed in the optionstring (I think IE5 can handle spaces though). This works on IE6:

      Window.open("myPage.htm","myExample","menubar=no,resizable=no,width=200,height=200");

      /moliate

      S 1 Reply Last reply
      0
      • M moliate

        Try resizable=no instead of resize=no. Also no spaces are allowed in the optionstring (I think IE5 can handle spaces though). This works on IE6:

        Window.open("myPage.htm","myExample","menubar=no,resizable=no,width=200,height=200");

        /moliate

        S Offline
        S Offline
        syedhassan4
        wrote on last edited by
        #3

        Thanks For Reply But . . . :confused: It dose not work. It actually makes the window size not changeable through dragging with Mouse. But I clicked Maximize Button of the Window it maximize to the Screen Size. Thanks for reply but also looking forward . . . :confused: Thanks in advance.

        M 1 Reply Last reply
        0
        • S syedhassan4

          Thanks For Reply But . . . :confused: It dose not work. It actually makes the window size not changeable through dragging with Mouse. But I clicked Maximize Button of the Window it maximize to the Screen Size. Thanks for reply but also looking forward . . . :confused: Thanks in advance.

          M Offline
          M Offline
          moliate
          wrote on last edited by
          #4

          Apparantly it works differently on IE5. The wonderful world of JavaScript implementation conformity... X| Anyway, check out: http://www.kipp.smith.net/javascripts/noresize.htm Don't have IE5 installed so I cannot try it, but I hope it might help. /moliate

          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