Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. javascript

javascript

Scheduled Pinned Locked Moved Web Development
javascript
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    cmarmr
    wrote on last edited by
    #1

    is there a way i can use javascript to do what i can do with "Request.Form("field")" to get the info off the page before my current page. i am looking for something to run at the client computer thanks chad

    G P 2 Replies Last reply
    0
    • C cmarmr

      is there a way i can use javascript to do what i can do with "Request.Form("field")" to get the info off the page before my current page. i am looking for something to run at the client computer thanks chad

      G Offline
      G Offline
      Guffa
      wrote on last edited by
      #2

      No. The form data is sent from a page to the server. The server does not relay the form data into the header of the next page. If you send the data in the url instead (post the form with method="GET") you will be able to retrieve it on the next page. This function might be useful if you choose that method: Javascript : querystring[^] --- b { font-weight: normal; }

      1 Reply Last reply
      0
      • C cmarmr

        is there a way i can use javascript to do what i can do with "Request.Form("field")" to get the info off the page before my current page. i am looking for something to run at the client computer thanks chad

        P Offline
        P Offline
        pigangel_yang
        wrote on last edited by
        #3

        use "get" mothed

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups