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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T17:56:58+00:00 2026-05-10T17:56:58+00:00

Given the following HTML: <select name=my_dropdown id=my_dropdown> <option value=1>displayed text 1</option> </select> How do

  • 0

Given the following HTML:

<select name='my_dropdown' id='my_dropdown'> <option value='1'>displayed text 1</option> </select> 

How do I grab the string ‘displayed text 1’ using Javascript/the DOM?

  • 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-10T17:56:59+00:00Added an answer on May 10, 2026 at 5:56 pm
    var sel = document.getElementById('my_dropdown');  //get the selected option var selectedText = sel.options[sel.selectedIndex].text;  //or get the first option var optionText = sel.options[0].text;  //or get the option with value='1' for(var i=0; i<sel.options.length; i++){     if(sel.options[i].value == '1'){         var valueIsOneText = sel.options[i].text;     } } 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Given the following HTML form: <form id=myform> Company: <input type=text name=Company value=ACME, INC./> First
Perhaps i'm misunderstanding here, but given the following html: <select value=2> <option value=1>Something</option> <option
Given the following javascript: function foo(selectControl) { ... } and the following html: <select
I currently have a HTML select box like below. <select name=item_1> <option value=0>Choose one...</option>
Given the following HTML, how can I select all of the 1st-generation UL tags
Given the following HTML <b>demo</b> I want to save it to an SQL 2005
Given the following html: <tr> <td>Content</td> <td>Content</td> <td>Content</td> <td><img id=imgProductPurchased runat=server visible=true alt=Product Purchased
Given the following html table and script shown below I am having a problem
Given the following HTML <div style=width: 500px; height: 500px; border: 1px solid red;> <div
Given the following HTML <div classmyclass>10</div> <div classmyclass>25</div> <div classmyclass>50</div> <div classmyclass>20</div> I want

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.