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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T20:19:29+00:00 2026-05-27T20:19:29+00:00

I need to remove the selected option in a dropdown that was selected on

  • 0

I need to remove the selected option in a dropdown that was selected on the previous dropdwon.
For example the first, second and third dropdown contain A, B, C, D. Once I selected A in dropdown1, it won’t appear in both dropdowns 2 and 3. Same thing will happen to both dropdowns 2 and 3.

But in my code, things are actually like this:

I have several dropdowns populated via loop in PHP.

for($y=1; $y<=5; $y++){
echo "<select id='seatplan$x' name='selectSeatplan[]' onChange='callSave($x,$sid)'>";

     echo "<select name='selectSeatplan[]'>";
     echo "<option value=''> ------------ </option>";
          seatplanDdNames($sid);
     echo "</select>";

} //END FOR Y<-5

Please note that
* seatplanDdNames($sid) – is a function where names are generated from database and here is how i echo the options from it:

function seatplanDdNames($sid) {
     echo "<option value='$studentno' onClick='callSave($x,$sid)'>$name</option>";
}

Then the javascript function callSave:

function callSave(x,sid){

    var name = 'seatplan' + x;
    name = name.toString();
    var selectBox = document.getElementById(name);
    var strUser = selectBox.options[selectBox.selectedIndex].value;
    var js = document.createElement('script');
        js.setAttribute('language', 'javascript');
        js.setAttribute('type', 'text/javascript');
        js.setAttribute('src', 'seatplan-getvalues.php?uid='+strUser+'&sid='+sid+'&rtype=CLS&seatno='+x);
    document.body.appendChild(js);

    return false;
    } 
  • The function callSave saves the selected option in a temporary table. Just how the way I like it. The problem is, I have to avoid the redundancy of data provided in the dropdowns.

Any help? Thank you!

  • 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-27T20:19:29+00:00Added an answer on May 27, 2026 at 8:19 pm

    Here is pure HTML/JS example. Basically on page load each select has same options. When you select something, on other selects this option hides.

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

Sidebar

Related Questions

<input id=studentnoofinst type=text size=20 value=/> <select id=studentinst size=6> <option value=1>First Installment</option> <option value=2>Second Installment</option>
I need to read selected files, matching on the file name, from a remote
I need to remove duplicate rows from a fairly large SQL Server table (i.e.
I need to remove temp files on Tomcat startup, the pass to a folder
I need to remove multiple items from a Dictionary. A simple way to do
I need to remove the following format from the end of a string in
I need to remove whitespaces after the word in the string. Can this be
I need to remove all entries in a dictionary accordingly to a specified lower
I need to remove the following script from my page(ASP.NET 3.5), leaving all other
I need to remove these ' & ' characters from each property of a

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.