How to program an input selection list

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

    How to program an input selection list

    Hi,

    When I input my email address on this website, it provides a drop down
    box with two of my email addresses. The right bottom corner has a few
    45 degree lines to indicate the user can change its size. Do you know
    how to create it? I could not find the code in the source. Thanks a
    lot.
  • kaeli

    #2
    Re: How to program an input selection list

    In article <88d928c2.04091 00845.71699002@ posting.google. com>, jenny_jones_79
    @hotmail.com enlightened us with...[color=blue]
    > Hi,
    >
    > When I input my email address on this website, it provides a drop down
    > box with two of my email addresses. The right bottom corner has a few
    > 45 degree lines to indicate the user can change its size. Do you know
    > how to create it? I could not find the code in the source. Thanks a
    > lot.
    >[/color]

    *shakes magic 8 ball*

    Damn. Not working.

    I guess I'll need you to tell me the URL.

    --
    --
    ~kaeli~
    Who is General Failure and why is he reading my hard disk?



    Comment

    • Andrew Thompson

      #3
      Re: How to program an input selection list

      On 10 Sep 2004 09:45:03 -0700, Jenny wrote:
      [color=blue]
      > When I input my email address on this website, ..[/color]

      What website? Google?

      You are actually posting to a Usenet NewsGroup,
      and I am reading this in a news reader called
      40tude Dialog. The news groups can be accessed
      on the web via a browser (at sites like Google),
      or in a mail program, such as Outlook Express or
      40tude Dialog.

      --
      Andrew Thompson
      http://www.PhySci.org/ Open-source software suite
      http://www.PhySci.org/codes/ Web & IT Help
      http://www.1point1C.org/ Science & Technology

      Comment

      • McKirahan

        #4
        Re: How to program an input selection list

        "Jenny" <jenny_jones_79 @hotmail.com> wrote in message
        news:88d928c2.0 409100845.71699 002@posting.goo gle.com...[color=blue]
        > Hi,
        >
        > When I input my email address on this website, it provides a drop down
        > box with two of my email addresses. The right bottom corner has a few
        > 45 degree lines to indicate the user can change its size. Do you know
        > how to create it? I could not find the code in the source. Thanks a
        > lot.[/color]


        AutoComplete feature in Internet Explorer



        Comment

        • Matt Kruse

          #5
          Re: How to program an input selection list

          Jenny wrote:[color=blue]
          > When I input my email address on this website, it provides a drop down
          > box with two of my email addresses. The right bottom corner has a few
          > 45 degree lines to indicate the user can change its size. Do you know
          > how to create it?[/color]

          I suspect what you're seeing is IE's auto-complete feature. It remembers
          previous form entries and lets you select them from a drop-down box.

          If so, then it's a feature of the browser, and nothing javascript-related.

          --
          Matt Kruse



          Comment

          • Grant Wagner

            #6
            Re: How to program an input selection list

            McKirahan wrote:
            [color=blue]
            > "Jenny" <jenny_jones_79 @hotmail.com> wrote in message
            > news:88d928c2.0 409100845.71699 002@posting.goo gle.com...[color=green]
            > > Hi,
            > >
            > > When I input my email address on this website, it provides a drop down
            > > box with two of my email addresses. The right bottom corner has a few
            > > 45 degree lines to indicate the user can change its size. Do you know
            > > how to create it? I could not find the code in the source. Thanks a
            > > lot.[/color]
            >
            > AutoComplete feature in Internet Explorer
            > http://support.microsoft.com/default...b;EN-US;217148[/color]

            Gecko-based browsers have something similar.

            However, in both cases, the results can not be control by script.

            --
            Grant Wagner <gwagner@agrico reunited.com>
            comp.lang.javas cript FAQ - http://jibbering.com/faq

            Comment

            • Jenny

              #7
              Re: How to program an input selection list

              Thank you for the message. I do not understand why on some websites,
              they do not autocomplete my login, such as Paypal.com

              Comment

              • Tim Williams

                #8
                Re: How to program an input selection list

                Some sites may choose not to disable the feature for security
                pusposes:



                Tim

                "Jenny" <jenny_jones_79 @hotmail.com> wrote in message
                news:88d928c2.0 409102213.1fe84 422@posting.goo gle.com...[color=blue]
                > Thank you for the message. I do not understand why on some
                > websites,
                > they do not autocomplete my login, such as Paypal.com[/color]


                Comment

                Working...