Hi,
I want to pass values between 2 html pages using POST method. I have lot of data to be passed to 2nd page and cannot use GET. My issue is I dont know how to pass values to second html page and how do i display username on page 2.
pls help.
you can spit your data into form inputs on the server, and read those inputs on the client.
you could also tuck everything into a JSONp bundle in a <script> tag.
Bookmarks