i want to pass value from one html to another html both having internal javascripts using POST method
Passing values from one js to another
Collapse
X
-
I want to pass user authentication credentials from one HTML to another HTML using POST method
can i have sample code of server side script to achieve this functionality
Originally posted by mrhooYou can use the GET method to pass values between pages, but POST requires a server script to process.Comment
Comment