Passing values from one js to another

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cksb
    New Member
    • Mar 2008
    • 3

    #1

    Passing values from one js to another

    i want to pass value from one html to another html both having internal javascripts using POST method
  • mrhoo
    Contributor
    • Jun 2006
    • 428

    #2
    You can use the GET method to pass values between pages, but POST requires a server script to process.

    Comment

    • cksb
      New Member
      • Mar 2008
      • 3

      #3
      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 mrhoo
      You can use the GET method to pass values between pages, but POST requires a server script to process.

      Comment

      Working...