openning a window without a menu bar and tool bar in IE7

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Zester
    Confirmed User
    • Jul 2003
    • 5344

    #1

    openning a window without a menu bar and tool bar in IE7

    forget the pop blockers for a moment, lets say I got to the point the window opened:
    in IE6 and previous version of IE I could open a window with no location bar, menu bar, toolbar etc. like so:
    Code:
    window.open("test.html","",'height=190,width=290,toolbar=no,menubar=no,location=no,status=no')
    in IE7 it doesn't work.
    anybody here have an idea how to get this to work in IE7 ?
    * Mainstream ? $65 per sale
    * new male contraception
  • Zester
    Confirmed User
    • Jul 2003
    • 5344

    #2
    ok, will show nipples to one with answer
    * Mainstream ? $65 per sale
    * new male contraception

    Comment

    • Calvinguy
      Confirmed User
      • Oct 2002
      • 1752

      #3
      Have you tried the manual ?

      Comment

      • Zester
        Confirmed User
        • Jul 2003
        • 5344

        #4
        Originally posted by Calvinguy
        Have you tried the manual ?
        yes of course, one of the first places i've checked.
        i've found the answer by playing around with it, here it is the answer:
        in IE7 when you use "fullscreen=no" it will ignore other given properties, e.g: "toolbar=no", "menubar=no"

        seems the code I was using wasn't the one I pasted and it DID had "fullscreen=no" in it.
        * Mainstream ? $65 per sale
        * new male contraception

        Comment

        • Zester
          Confirmed User
          • Jul 2003
          • 5344

          #5
          but what the heck, I promised so here you go:

          http://www.smithcooper.com/nipples.htm





          .
          * Mainstream ? $65 per sale
          * new male contraception

          Comment

          Working...