Open form in another page ?

Discussion in 'HTML & Website Design' started by pulikuttann, Jul 27, 2007.

  1. #1
    How I can send data from a single form to multiple forms ?
    I mean after entering the data to one form and press submit button 5 to 10 new tabs will open with the data in there forms.

    Can it be done with html ?
     
    pulikuttann, Jul 27, 2007 IP
  2. edy

    edy Peon

    Messages:
    256
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    no, you cannot do it only with html, you have to use Javascript or any other webbased programming language.
     
    edy, Jul 29, 2007 IP
  3. HuggyCT2

    HuggyCT2 Guest

    Messages:
    222
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    As Edy said you would need either JS or PHP to do this, if you look into PHP sessions this will help you alot.

    http://www.php.net/session

    Glen
     
    HuggyCT2, Jul 29, 2007 IP