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

  • Home
  • SEARCH
  • 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 47603
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T16:08:55+00:00 2026-05-10T16:08:55+00:00

I have a website where we use Javascript to submit the login form. On

  • 0

I have a website where we use Javascript to submit the login form. On Firefox it prompts the user to remember their password, when they login, but on IE7 it doesn’t.

After doing some research it looks like the user is only prompted in IE7 when the form is submitted via a Submit control. I’ve created some sample html to prove this is the case.

<html> <head> <title>test autocomplete</title> <script type='text/javascript'> function submitForm() {     return document.forms[0].submit(); } </script> </head> <body> <form method='GET' action='test_autocomplete.html'> <input type='text' id='username' name='username'> <br> <input type='password' id='password' name='password'/> <br> <a href='javascript:submitForm();'>Submit</a> <br> <input type='submit'/> </form> </body> </html> 

The href link doesn’t get the prompt but the submit button will in IE7. Both work in Firefox.

I can’t get the style of my site to look the same with a submit button, Does anyone know how to get the remember password prompt to show up when submitting via Javascript?

  • 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. 2026-05-10T16:08:56+00:00Added an answer on May 10, 2026 at 4:08 pm

    Why not try hooking the form submission this way?

    <html>     <head>         <title>test autocomplete</title>         <script type='text/javascript'>             function submitForm()             {                     return true;             }         </script>     </head>     <body>         <form method='GET' action='test_autocomplete.html' onsubmit='return submitForm();'>             <input type='text' id='username' name='username'>             <br>             <input type='password' id='password' name='password'/>             <br>             <a href='#' onclick='document.getElementById('FORMBUTTON').click();'>Submit</a>             <br>             <input id='FORMBUTTON' type='submit'/>         </form>     </body> </html> 

    That way your function will be called whether the link is clicked or the submit button is pushed (or the enter key is pressed) and you can cancel the submission by returning false. This may affect the way IE7 interprets the form’s submission.

    Edit: I would recommend always hooking form submission this way rather than calling submit() on the form object. If you call submit() then it will not trigger the form object’s onsubmit.

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

Sidebar

Ask A Question

Stats

  • Questions 51k
  • Answers 51k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer The solution is to extend the CDockablePane and override in… May 11, 2026 at 6:25 am
  • added an answer If you absolutely need to do this in the database,… May 11, 2026 at 6:25 am
  • added an answer This is very easy: <asp:HyperLinkField DataNavigateUrlFields='ID' DataNavigateUrlFormatString='DetailPage.aspx?id={0}' DataTextField='CategoryName' NavigateUrl='DetailPage.aspx' />… May 11, 2026 at 6:25 am

Top Members

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

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.