if the first page is call www.abc.1.html
and second page is call www.abc.2.html
if the first page contain
<form method="POST" action="http://www.abc.2.html">
<INPUT NAME = TEXT NAME = "name">
<INPUT TYPE= "Submit" name=":actipn:done" value ="Submit">
</form>
and the user enter "John" for "name
what am i suppost to add in the form that i have already, so that the value of "name" is passed to www.abc.2.html and i could display it (John) on www.abe.2.html page
please reply,
and if you thing there is a better way then this, and you don't mind typing it out for me please do.
thanks a lot
acinom