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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T10:31:14+00:00 2026-05-31T10:31:14+00:00

I am having multiple dropdownlists in my aspx page. Reletively I am populating all

  • 0

I am having multiple dropdownlists in my aspx page. Reletively I am populating all the dropdownlists one by one. The last dropdown list selected value should be returned to the calling environment when I click on the button. For that I added a script tag in aspx page and written a function which is working as onClick event. Please explain me how to create the event with that value and fire using fireEvent method. If it is not possible through fireEvent method please suggest any other way.

  • 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-31T10:31:15+00:00Added an answer on May 31, 2026 at 10:31 am

    What do you mean by “returned to the calling environment”? If you want to show the selected value ,just use

    var e = document.getElementById("ddl");
    var valueddl= e.options[e.selectedIndex].value;
    

    To bind the value

    function fireEvent(element,event){
        if (document.createEventObject){
        // dispatch for IE
        var evt = document.createEventObject();
        return element.fireEvent('on'+event,evt)
        }
        else{
        // dispatch for firefox + others
        var evt = document.createEvent("HTMLEvents");
        evt.initEvent(event, true, true ); // event type,bubbling,cancelable
        return !element.dispatchEvent(evt);
        }
    }
    
    [html]
    <input type="text" id="test">
    <input type="text" id="testafterfired">
    <script>
    obj = document.getElementById("test");
    Event.observe(obj,'change',function(){var e = document.getElementById("ddl");
    var valueddl= e.options[e.selectedIndex].value;document.getElementById("testafterfired").value=valueddl;});
    obj.fire('change');
    
    </script>
    [/html]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm having multiple images (all which are clickable and have a value associated with
Having multiple forms in one page, when i submit one of them, how can
I'm having multiple <form> on single page, all having unique IDs, and the form
I have ImageButton with CommandArgument attribute which is having multiple Eval value. When I
I'm having issues with multiple jQuery dialogs. The first one opens fine - is
I am using a form page having multiple steps in it i want to
I think singleton is only within one application context. If having multiple application context
In my project one of the model named types having multiple relation to other
i was trying to insert a string into database having multiple value using componentsSeparatedByString:@,.
I am having multiple jQuery sliding panel in the same page, however when i

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.