|
by =?iso-8859-4?B?TfZsZGVy?= <mari(at)uninet.ee>
|
| Date: |
Tue, 1 Feb 2000 00:06:27 +0200 |
| To: |
<hwg-basics(at)hwg.org> |
| |
todo: View
Thread,
Original
|
|
Please let me know, how can I send data from one page to another.
My first page is this:
<HTML>
<HEAD>
<TITLE>page1</TITLE>
</HEAD>
<BODY>
<H1>What is your name</H1>
<FORM METHOD="POST" ACTION="page2.html">
<P>my name is:</P> <INPUT NAME="name">
<INPUT TYPE=SUBMIT VALUE="yes"> <INPUT TYPE=RESET VALUE="no">
</CENTER>
</FORM>
</BODY>
</HTML>
Second page:
<HTML>
<HEAD>
<TITLE>page2</TITLE>
</HEAD>
<BODY>
..................
</BODY>
</HTML>
HTML: hwg-basics mailing list archives,
maintained by Webmasters @ IWA
This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.