opening new window

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Johnny

    opening new window

    Hi,
    I am trying to open new window that only has title bar. I specified
    whatever options I could "location=no,me nubar=no,status =no,toolbar=no"
    but in FireFox status bar is still shown at the bottom of the window.
    Is there any other options that I could specify while creating window?
  • David Dorward

    #2
    Re: opening new window

    Johnny wrote:
    [color=blue]
    > I am trying to open new window that only has title bar.[/color]

    Oh dear.
    [color=blue]
    > I specified
    > whatever options I could "location=no,me nubar=no,status =no,toolbar=no"
    > but in FireFox status bar is still shown at the bottom of the window.[/color]

    Firefox has a "Do not allow webpages to hide the status bar" option.

    --
    David Dorward <http://blog.dorward.me .uk/> <http://dorward.me.uk/>
    Home is where the ~/.bashrc is

    Comment

    • johnny_scorpio@hotmail.com

      #3
      Re: opening new window

      Thank you for your reply but why do you say "Oh dear"? Is that a bad
      idea to do stuff like that? This pop-up is for web based application,
      it's not an advertisement or anything like that.

      Comment

      • David Dorward

        #4
        Re: opening new window

        johnny_scorpio@ hotmail.com wrote:

        Try including a little context in your responses please.
        [color=blue]
        > Thank you for your reply but why do you say "Oh dear"? Is that a bad
        > idea to do stuff like that?[/color]

        Yes
        [color=blue]
        > This pop-up is for web based application,
        > it's not an advertisement or anything like that.[/color]

        Many popup blockers do not discriminate, and many users get annoyed by any
        form of popup.

        --
        David Dorward <http://blog.dorward.me .uk/> <http://dorward.me.uk/>
        Home is where the ~/.bashrc is

        Comment

        • johnny_scorpio@hotmail.com

          #5
          Re: opening new window

          I understand reasons for not using pop-ups but in case of this
          application the pop-up is used for editing details of an item(s) so it
          is useful for the user to see what he/she is editing and item(s) list
          at the same time. Our first design used two separate pages in same
          window but my boss didn't like that so...

          BTW what do you mean by "little context", you mean I should be more
          descriptive about the problem?

          Comment

          • Michael Winter

            #6
            [OT] Posting style (was: Re: opening new window)

            On 8 Dec 2004 14:22:54 -0800, <johnny_scorpio @hotmail.com> wrote:

            [snip]
            [color=blue]
            > BTW what do you mean by "little context", you mean I should be more
            > descriptive about the problem?[/color]

            <URL:http://www.jibbering.c om/faq/faq_notes/pots1.html> give a thorough
            treatment to posting to this group, though I'd say it applies to every
            technical newsgroup on Usenet. The section on "Interleave d Posting" (and
            possibly "What to Trim") should help.

            Mike

            --
            Michael Winter
            Replace ".invalid" with ".uk" to reply by e-mail.

            Comment

            • RobG

              #7
              Re: opening new window

              johnny_scorpio@ hotmail.com wrote:[color=blue]
              > Thank you for your reply but why do you say "Oh dear"? Is that a bad
              > idea to do stuff like that? This pop-up is for web based application,
              > it's not an advertisement or anything like that.
              >[/color]

              Unfortunately, the nature of the web is that your content is being
              hosted in a general application that may be simultaneously hosting
              content from lots of sites.

              As a result, it is becoming increasingly common for *some* programmers
              to exploit this feature to their advantage. The latest phishing attack
              uses the ability of a parent window to control the content of a child
              window with potentially devastating effects. To see it in action,
              visit:

              <URL:http://secunia.com/>

              and click on the "Window Injection Vulnerability" link.

              Basically, if you click on a link on my site that opens a child window,
              I can control the content of the child even if the URL is to some other
              site. I can then replace links in the child (say the 'logon' link)
              with my own that goes to a lookalike page that just collects your id &
              password.

              This type of cross-scripting has been stopped at the server
              level, but not the client. Whilst there are robust solutions that
              maintain the ability of a window to open children, I dare say the
              immediate response will be to disallow any communication between opener
              and child (note that Microsoft's initial response to macro viruses in
              Word was to turn off all macros - other browser vendors may do it a
              little smarter, but it will take some time for a consistent approach to
              be adopted).

              So any application that is written now that depends on opener/child
              communication is likely to fall apart in the near future.

              --
              Rob

              Comment

              Working...