Resize/Close IE Search Pane

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

    Resize/Close IE Search Pane


    Hello ng

    Is there a way to resize and/or close the IE search pane using javascript?
    Any ideas?

    Greets
    Sascha


  • Randy Webb

    #2
    Re: Resize/Close IE Search Pane

    Sascha Crescionini wrote:[color=blue]
    > Hello ng
    >
    > Is there a way to resize and/or close the IE search pane using javascript?[/color]

    No.
    [color=blue]
    > Any ideas?[/color]

    Stop trying to fool with my browser, its mine, leave it alone.

    Short of that, put a note on your page:

    "Since I can not design for my site if you have the search pane open,
    please close it so that I don't have to learn how to design around it."
    --
    Randy
    Chance Favors The Prepared Mind
    comp.lang.javas cript FAQ - http://jibbering.com/faq/

    Comment

    • Sascha Crescionini

      #3
      Re: Resize/Close IE Search Pane


      "Randy Webb" <hikksnotathome @aol.com> wrote in message
      news:uN2dnadry-K8kT_d4p2dnA@co mcast.com...
      [color=blue]
      > Stop trying to fool with my browser, its mine, leave it alone.
      >
      > Short of that, put a note on your page:
      >
      > "Since I can not design for my site if you have the search pane open,
      > please close it so that I don't have to learn how to design around it."
      > --[/color]

      btw, I have to do it this way bcause the layout may not change and popups
      aren't useful.


      Comment

      • kaeli

        #4
        Re: Resize/Close IE Search Pane

        In article <c7t3n2$spn$1@a tlas.ip-plus.net>, admin@webprojec ts.ch
        enlightened us with...[color=blue]
        >
        > btw, I have to do it this way bcause the layout may not change and popups
        > aren't useful.
        >
        >
        >[/color]

        Code properly. The layout MUST change. Many people have their own
        stylesheets, especially the visually impaired and the color-blind.
        It isn't as easy as it sounds to code WELL for all sizes (I'm STILL
        learning and it's been years and I learn something new every day). Start
        by posting over at comp.infosystem s.www.authoring.html and
        c.i.w.a.stylesh eets.

        The more you try to work around bad design, the worse you make it for
        people with disabilities (visually impaired especially), unusual
        configurations, text browsers, javascript disabled browsers, not-so-
        popular browsers (Safari/Konqueror) etc.

        --
        --
        ~kaeli~
        He often broke into song because he couldn't find the key.



        Comment

        • Randy Webb

          #5
          Re: Resize/Close IE Search Pane

          Sascha Crescionini wrote:
          [color=blue]
          > "Randy Webb" <hikksnotathome @aol.com> wrote in message
          > news:uN2dnadry-K8kT_d4p2dnA@co mcast.com...
          >
          >[color=green]
          >>Stop trying to fool with my browser, its mine, leave it alone.
          >>
          >>Short of that, put a note on your page:
          >>
          >>"Since I can not design for my site if you have the search pane open,
          >>please close it so that I don't have to learn how to design around it."
          >>--[/color]
          >
          >
          > btw, I have to do it this way bcause the layout may not change and popups
          > aren't useful.[/color]

          What does that have to do with attempting to change the way I have my
          browser set to display? If I have it open, its because I wanted it open,
          not so you could attempt to close it (you can't close it nor resize via
          script anyway). Its a surefire way to attempt to annoy your ex-visitors.


          --
          Randy
          Chance Favors The Prepared Mind
          comp.lang.javas cript FAQ - http://jibbering.com/faq/

          Comment

          • Sascha Crescionini

            #6
            Re: Resize/Close IE Search Pane

            [color=blue]
            > What does that have to do with attempting to change the way I have my
            > browser set to display? If I have it open, its because I wanted it open,
            > not so you could attempt to close it (you can't close it nor resize via
            > script anyway). Its a surefire way to attempt to annoy your ex-visitors.[/color]

            please note:

            1. This isn't an internet-application/site for public users and I never
            would change anything of YOUR browser.
            2. I'm asking for a solution or if it is possible to do this with JS,
            nothing else.
            3. Don't TEACH me, how I have to realize it. There's a REASON why I'm trying
            to realize it this way.

            sascha





            [color=blue]
            > --
            > Randy
            > Chance Favors The Prepared Mind
            > comp.lang.javas cript FAQ - http://jibbering.com/faq/[/color]


            Comment

            • Randy Webb

              #7
              Re: Resize/Close IE Search Pane

              Sascha Crescionini wrote:
              [color=blue][color=green]
              >>What does that have to do with attempting to change the way I have my
              >>browser set to display? If I have it open, its because I wanted it open,
              >>not so you could attempt to close it (you can't close it nor resize via
              >>script anyway). Its a surefire way to attempt to annoy your ex-visitors.[/color]
              >
              >
              > please note:
              >
              > 1. This isn't an internet-application/site for public users and I never
              > would change anything of YOUR browser.[/color]

              You didn't state that, and the default assumption in this group is
              internet scripting.
              [color=blue]
              > 2. I'm asking for a solution or if it is possible to do this with JS,
              > nothing else.[/color]

              No, its not possible. Its outside the security boundaries.
              [color=blue]
              > 3. Don't TEACH me, how I have to realize it. There's a REASON why I'm trying
              > to realize it this way.[/color]

              If its for an intranet application where you know your users are using
              IE only, you could look into an ActiveX component that could possibly
              close it, but script alone can't.

              --
              Randy
              Chance Favors The Prepared Mind
              comp.lang.javas cript FAQ - http://jibbering.com/faq/

              Comment

              • kaeli

                #8
                Re: Resize/Close IE Search Pane

                In article <c7v8v4$77s$1@a tlas.ip-plus.net>, admin@webprojec ts.ch
                enlightened us with...[color=blue]
                >
                > please note:
                >
                > 1. This isn't an internet-application/site for public users and I never
                > would change anything of YOUR browser.[/color]

                You need to say these things. The default assumption is internet use.
                [color=blue]
                > 2. I'm asking for a solution or if it is possible to do this with JS,
                > nothing else.[/color]

                IF you use an HTA and all your users have IE, you get more permissions
                to do things. You might want to look into an HTA and WSH. (html
                application and windows script host)
                [color=blue]
                > 3. Don't TEACH me, how I have to realize it. There's a REASON why I'm trying
                > to realize it this way.
                >[/color]

                So you came here asking a question, but don't want to learn anything?
                How odd.

                --
                --
                ~kaeli~
                A man needs a mistress... just to break the monogamy.



                Comment

                Working...