Submit() in javascript

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • NawazAhmed
    New Member
    • Feb 2008
    • 36

    #16
    What do you mean by that? Could you please explain me clearly.
    It would be better if you can give me an example.
    Thanks.

    Originally posted by acoder
    Request.Form should be within server-side tags. JavaScript will not recognise it.

    Comment

    • hsriat
      Recognized Expert Top Contributor
      • Jan 2008
      • 1653

      #17
      Originally posted by NawazAhmed
      What do you mean by that? Could you please explain me clearly.
      It would be better if you can give me an example.
      Thanks.
      I guess...
      Code:
      var x = <%Request.Form("txtName")%>;

      Comment

      • NawazAhmed
        New Member
        • Feb 2008
        • 36

        #18
        Thanks. Now I understand that the submitted data can be requested from the server side only.

        Thanks alot.
        Originally posted by hsriat
        I guess...
        Code:
        var x = <%Request.Form("txtName")%>;

        Comment

        • acoder
          Recognized Expert MVP
          • Nov 2006
          • 16032

          #19
          Glad to hear that you got it working. Post again if you have any more questions.

          Comment

          Working...