Sponsored Links


Results 1 to 3 of 3

Thread: Data Submit Problems in Web Forms

  1. #1
    Senior Member saneha's Avatar
    Join Date
    Apr 2011
    Posts
    266

    Icon51 Data Submit Problems in Web Forms

    Sponsored Links1


    Sir,

    I have designed a web form and whenever I press enter the values are submitted but the value of “Submit button” i.e. “action” is not submitted. Is there a solution to it? Other than using the hidden form fields. I do not
    wish to use hidden form fields.

    Sponsored Links

    Can this behavior be changed? If yes then how?

  2. #2
    Administrator Vuhelper's Avatar
    Join Date
    Apr 2011
    Posts
    9,578
    To get the submit button value in jsp

    <HTML>
    <HEAD>
    <TITLE>Get submit button value</TITLE>
    </HEAD>

    <BODY>
    <H1>Using Multiple Forms</H1>
    <%
    if(request.getParameter("submit") != null) {
    %>
    You clicked
    <%= request.getParameter("submit") %>
    <%
    }
    %>

    <FORM NAME="form1" METHOD="POST">
    <INPUT TYPE="SUBMIT" NAME="submit" VALUE="Button 1">
    </FORM>

    <FORM NAME="form2" METHOD="POST">
    <INPUT TYPE="SUBMIT" NAME="submit" VALUE="Button 2">
    </FORM>

    <FORM NAME="form3" METHOD="POST">
    <INPUT TYPE="SUBMIT" NAME="submit" VALUE="Button 3">
    </FORM>
    </BODY>
    </HTML>

  3. #3

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. When u submit your application for educator don't forget ur dairy no
    By Xpert in forum Application and certification
    Replies: 0
    Last Post: 01-23-2015, 12:06 AM
  2. Replies: 0
    Last Post: 03-02-2013, 07:40 PM
  3. Replies: 0
    Last Post: 02-20-2013, 08:27 PM
  4. Replies: 0
    Last Post: 02-27-2012, 06:18 PM
  5. Replies: 4
    Last Post: 04-13-2011, 05:43 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
-: Vuhelp Disclaimer :-
None of the files shown here are hosted or transmitted by this server. The links are provided solely by this site's users. The administrator's or staff of Vuhelp.net cannot be held responsible for what its users post, or any other actions of its users. You may not use this site to distribute or download any material when you do not have the legal rights to do so. It is your own responsibility to adhere to these terms. If you have any doubts about legality of content or you have any suspicions, feel free to contact us.
Online Education | JhelumSoft