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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T08:45:45+00:00 2026-06-09T08:45:45+00:00

I have several dropdown lists comprising of several checkboxes. I have an iFrame. What

  • 0

I have several dropdown lists comprising of several checkboxes. I have an iFrame.

What I would like is when I choose whatever options I need to, when I click a “refresh” button/link, that the values get passed to the iFrame as parameters and for that iFrame to be refreshed

So for example let’s say I have two dropdowns (dropdownA and dropdownB). The URL of the iFrame to be http://www.report.com/reportone.

dropdownA has the values 1,2,3 and dropdownB has the values A,B,C.

Let’s say I choose 1,2 and B,C and click refresh, the iFrame should then loads this report.com/reportone?dropdownA=1&dropdownA=2&dropdownB=B&dropdownB=C

How do I go about setting this up?

Thanks

  • 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-06-09T08:45:46+00:00Added an answer on June 9, 2026 at 8:45 am

    Something like this may help you:

    var params = "";
    $("#dropdownA option:selected").each(function () {
        if (params.length == 0)
            params += "?";
        else
            params += "&";
        params += "dropdownA=" + $(this).val();
    });
    
    $("#dropdownB option:selected").each(function () {
        if (params.length == 0)
            params += "?";
        else
            params += "&";
    
        params += "dropdownB=" + $(this).val();
    });
    $('#your_iframe_id').attr("src", "report.com/reportone" + params);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have several dropdowns on the page one under another, and would like to
I have several UITableViews and what I would like to do is to be
In my application I have dropdown list with several items. I'd like to show
I have an ASP.net table. In several cells I have two dropdown lists. The
I have several DropDown controls on a Web Form which are filled using AJAX
I have several different numbers in a group that range in sizes and would
I have a page with several drop down lists that all have the same
I have several select lists on a page. They are all named in array-fashion
My View is bound to a Model and displays several dropdown lists, and their
Say that I have a web user control that has several drop down lists

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.