Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6656775
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T01:41:04+00:00 2026-05-26T01:41:04+00:00

I designed a form in HTML and want to submit the data to a

  • 0

I designed a form in HTML and want to submit the data to a very simple java web server that I made. In the form, I specify the action as “post” so I’d assume that’s how it should come into the java web server but “GET” is stuck in front of the URI when I look at it in the debugger. If I were to try and submit the data with the web server turned off, I’d get the “Can’t find the page you’re looking for message” but I’d see all the data stuck up in the URL. I’m not sure if that’s normal.

Can someone just have a look at my HTML page and let me know if I might be doing anything wrong?

<head>
    <title>FormTest</title>
</head>

<body>
    <form action="http://localhost:1088/mailer.html method="post">
        <div>
            <label>
                First Name: <input type="text" name="firstname" size="30" />
            </label>
            <label>
                Last Name: <input type="text" name="firstname" size="30" />
            </label>

            </br>

            There's a bunch more text boxes and such here, but you get the idea. 

            <input type="submit" text="Submit!" name="submitBtn" />

        </div>

    </form>

</body>

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T01:41:04+00:00Added an answer on May 26, 2026 at 1:41 am

    You need to close off the form tag attributes with a quotation mark:

    You have –

        <form action="http://localhost:1088/mailer.html method="post">
    

    You need –

        <form action="http://localhost:1088/mailer.html" method="post">
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I had designed an HTML form with submit button. But instead of submit it
I am developing a HTML form designer that needs to generate static HTML and
I just designed a simple For Loop using window form application. I would like
I've designed an MVC that doesn't allow communication between Views (forms). If a form
I'm trying make my first python app. I want make simple email sender form.
I have a simple view function that's designed to allow the user to choose
I have a web report that uses a Django form (new forms) for fields
I have a decent working web application (Java/Servlet/Jsp) that I would like to improve
I designed an order form using pForm. It is an HTML/CSS automated code. But
I designed an order form using pForm. It is an HTML/CSS automated code. But

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.