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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T03:53:05+00:00 2026-05-27T03:53:05+00:00

I am looking for a solution where on a select box if user selects

  • 0

I am looking for a solution where on a select box if user selects
a item, the page refreshes with updated data.This is done using
onChange function. In the meanwhile if user clicks on submit and then reset button whatever changes made were reset because the subit is not happened after onChange.

One solution I thought is bringing up the modal window when
onChange function is called but it involves a lot of work for processing

So I am looking if there is any alternate to this

  • 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-27T03:53:05+00:00Added an answer on May 27, 2026 at 3:53 am

    I’d go down the modal and/or overlay route, it’s a nicer user experience as the user can see that something is happening. Simplest solution is just stick a div somewhere on the page

    <div id="overlay"></div>
    

    and add some css:

    #overlay {
        height: 100%;
        width: 100%;
        background-color: #ffffff;
        opacity: 0.7;
        z-index:10;
        position:fixed;
        display:none;
    }
    

    NB: opacity doesn’t work in IE 8 and older, but there are alternatives that a quick Google will uncover.

    Then in your onChange (assuming your using jQuery) just put a $(‘#overlay’).show() or .fadeIn(), and either hide it when complete or if the page refreshes there no need to do anything.

    If you don’t want anything visible take out the background-color and opacity and it will be invisible.

    I would recommend sticking a loading gif in the middle of #overlay for the sake of clarity.

    Hope that helps.

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

Sidebar

Related Questions

I'm looking for solution to extract some node from large xml file (using xmlstarlet
I'm looking for a solution for capturing audio from a user's microphone and posting
I'm looking for a solution to convert a set of files using the terminal
I'm looking for a solution in PHP to programmatically set the CMS home page
I am looking for simple and short solution of accessing SELECT value on HTML
now i looking for solution on how to make a drop down select form
i am looking for a out of the box solution for a jquery based
I am using jQuery; I have a select box the options of which are
When using jquery.selectbox.js plugin for making great looking SELECT dropdowns, I encountered a problem
I am looking for a solution for this scenario - I need to implement

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.