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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T23:52:21+00:00 2026-05-27T23:52:21+00:00

Im having a language selector on my asp.net web site. I plan to do

  • 0

Im having a language selector on my asp.net web site. I plan to do a submit when the visitor change langauge, like this:

$('select#front_language').bind('change keyup', function () {
    $('<input />').attr('type', 'hidden').attr('name', 'languageaction').attr('value', 'change').appendTo('body');
    $('form').submit();
});

The problem is that I also have a login box (username/password) on the site. The above approch, in FF for example, will ask the user if he wish to remember password.

I also thought about doing a javascript redirect, but would then have to manipulate the querystring (ie ?language=enu should become ?language=jpn).

As it is not allowed to have multi forms on asp.net sites I am not sure how the best approach would be, any suggestions?

  • 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-27T23:52:22+00:00Added an answer on May 27, 2026 at 11:52 pm

    From your comments I came up with this solution:

    $('select#front_language').bind('change keyup', function () {
      $('#login_password').prop("autocomplete", "off");
      $('<input />').attr('type', 'hidden').attr('name', 'languageaction').attr('value', 'change').appendTo('body');
      $('form').submit();
    });
    

    Thank you for leading me in the right direction.

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

Sidebar

Related Questions

Still having trouble with this language. Ok, let's say I have two objects. The
I am having this Error in PHP: Language string failed to load: recipients_failed My
I'm having an issue with zendframework routes and params. I have language selector in
I have an app that is supposed to change its language without having to
I've literally just started programming in assembly language this week and I'm having some
i am having trouble with this c language code: char st[2]; printf(enter first value:);
I have a buddy that's having a hard time with the language barrier. I
What reason is there for C# or java having lambdas? Neither language is based
Having a heckuva time with this one, though I feel I'm missing something obvious.
Having worked with Classic ASP for about 2 years now by creating a few

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.