| Posted by Jonathan N. Little on 01/06/08 21:38 
Markus Stein wrote:> Is there a possibility to exchange data between
 > forms in one html document with pure html (no PHP,
 > no server variables etc.)?
 >
 > Example:
 >
 > <html>
 > <head>
 > </head>
 > <body>
 >
 > <!-- formular1: -->
 > <form>
 > <input type="text" name="inputformular1"/>
 > <input type="submit" name="sendformular1"/>
 > </form>
 >
 > <!-- formular2: -->
 > <form>
 > <input type="text" name="inputformular2"/>
 > <input type="submit" name="sendformular2"/>
 > </form>
 >
 > </body>
 > </html>
 >
 > I want that if I click on the sendformular1 button
 > the text in field inputformular1 appears in inputformular2
 > and vice versa.
 >
 > Is it possible with pure html?
 
 No.
 
 --
 Take care,
 
 Jonathan
 -------------------
 LITTLE WORKS STUDIO
 http://www.LittleWorksStudio.com
  Navigation: [Reply to this message] |