Hi all,
I have a simple page first.htm with a <form> and method="post" this page has 2 fields and a button
when the submit button is pressed is going to a second page second.htm
my question is since I am using method="post" how can I get the fields and values on the second page?
In the past I was not using any kind of method so I was able to see the parameters and their values on the top of the Internet Explorer as
?field1=value&field2=value2
but now since I am using POST so how can I get his fields with values in my second page?
by the way, I am using straight html
thanks
neo