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 663971
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T23:32:53+00:00 2026-05-13T23:32:53+00:00

This is a follow on to my previous question: JSP / servlet / IE

  • 0

This is a follow on to my previous question:

JSP / servlet / IE combination doesn’t submit form detail on Enter

Inside the form, we have:

<input ... type="submit" name="confirm" value="Confirm"/>

There are no input fields on this form. This form appears at the end of a workflow and is essentially a verification to proceed.

This form is not submitted to either IE or Firefox when the Enter key is pressed. It works perfectly if the “Confirm” button is pressed.

Following on the answer to my previous question, I have tried adding dummy fields such as:

<input type="hidden" />

or

<input type="text" style="display: none;" />

but they make no difference.

For various reasons, we would prefer not to use Javascript.

Any suggestions to get the Enter key to submit?

  • 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-13T23:32:53+00:00Added an answer on May 13, 2026 at 11:32 pm

    Unfortunately, you should have at least one focusable input element in the form to get that to work and then only when the input has focus. If you don’t have any input elements, then there’s no other way to get around this than by letting Javascript to listen on the enter key in the body.

    <body onkeypress="if (event.keyCode == 13) document.formname.confirm.click();">
    

    Where formname is the value of the name attribute of the parent <form> element.

    Note that I used document.formname.confirm.click() instead of document.formname.submit(), because otherwise IE wouldn’t send the name=value pair of the button to the server side.

    The only Javascript-free way would be to let the user to tab to the button and then press enter. This all is by the way regardless of the browser used and thus not IE specific.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is a follow-on from a previous question, in the implementation, I have two
this is a follow up question of my previous question So I have this
This is a follow up to a previous question which seems to have confused
This is a follow up to a previous question . if I have multiple
This is a follow up question to a previous question I asked about calculating
This is a follow-up to a previous question I had about interfaces. I received
This is a follow up to my previous question: Problem passing parameters via Iframe
This is a follow on from my previous question although this is about something
This is a follow-up to my previous question . I still find it very
This is a follow up to my previous question . My code is still

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.