HTML Form "Lookup" Fields

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

    HTML Form "Lookup" Fields

    I need to have a couple of form fields filled in according to the value of
    a third field before the entire form is submitted. I have searced and I
    can't find any information on how to do this. Is it possible? And if so,
    how?

    Thanks,
    Rick Knight
  • Adrienne

    #2
    Re: HTML Form "Lookup&qu ot; Fields

    Gazing into my crystal ball I observed "Rick Knight" <rick@rlknight. com>
    writing in news:pan.2005.0 5.08.03.27.32.3 24004@rlknight. com:
    [color=blue]
    > I need to have a couple of form fields filled in according to the value
    > of a third field before the entire form is submitted. I have searced
    > and I can't find any information on how to do this. Is it possible? And
    > if so, how?
    >
    > Thanks,
    > Rick Knight[/color]

    HTML alone cannot do this. You need javascript and possibly something
    server side.

    --
    Adrienne Boswell

    Please respond to the group so others can share

    Comment

    • Rick Knight

      #3
      Re: HTML Form &quot;Lookup&qu ot; Fields

      On Sun, 08 May 2005 06:46:30 +0000, Adrienne wrote:
      [color=blue]
      > Gazing into my crystal ball I observed "Rick Knight" <rick@rlknight. com>
      > writing in news:pan.2005.0 5.08.03.27.32.3 24004@rlknight. com:
      >[color=green]
      >> I need to have a couple of form fields filled in according to the value
      >> of a third field before the entire form is submitted. I have searced
      >> and I can't find any information on how to do this. Is it possible? And
      >> if so, how?
      >>
      >> Thanks,
      >> Rick Knight[/color]
      >
      > HTML alone cannot do this. You need javascript and possibly something
      > server side.[/color]

      Thanks Adrienne, That's what I suspected. I've looked for some kind of
      hint on how to do this with PHP and Java, but I haven't been able to find
      anything. Can you suggest a sight that will have information on how to do
      this?

      Thanks,
      Rick Knight

      Comment

      Working...