A submit link button that makes the link automatically show in table?

Discussion in 'JavaScript' started by themanbeast9, Sep 1, 2007.

  1. #1
    I was wondering how I could write a code that would let the user type in a url and description in a text box, then submit it, then that same info would show up in a table on my page.

    Please help.
     
    themanbeast9, Sep 1, 2007 IP
  2. DorianG

    DorianG Peon

    Messages:
    15
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    1. Create a form with two fields... one for the description, one for the url.
    2. Point the form to a new page.
    3. Use javscript to extract the query string name/value pairs
    3. Dynamically write the values onto the page wirh document.write(foo);

    DorainG
    http://qleeq.com
    free/open source software guide
     
    DorianG, Sep 2, 2007 IP
  3. themanbeast9

    themanbeast9 Active Member

    Messages:
    1,665
    Likes Received:
    68
    Best Answers:
    0
    Trophy Points:
    90
    #3
    Thanks for the help!
     
    themanbeast9, Sep 2, 2007 IP