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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T00:18:48+00:00 2026-05-20T00:18:48+00:00

I have a hidden div: <div id=termSheetPrinted style=visibility:hidden;> </div> that I am populating through

  • 0

I have a hidden div:

<div id="termSheetPrinted" style="visibility:hidden;">

</div>

that I am populating through the click of a button. After that population takes place, I would like to display the contents of this div on a separate popup window so the user can print it.

How would I do that with JQuery or Javascript or whatever is easiest.

  • 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-20T00:18:48+00:00Added an answer on May 20, 2026 at 12:18 am

    slandau,

    [edited] as per new information in your comment below.

    using the jquery dialog (you must reference the jquery-ui js), create a 2nd div on the base html page and call it something like termSheetPrintedDialog.

    <div id="termSheetPrintedDialog" style="visibility:hidden;"></div>
    

    then in your document ready event, put:

    $("#termSheetPrintedDialog").dialog({
        autoOpen: false,
        resizable: false,
        height: 510,
        width: 800,
        position: 'center',
        title: 'my snazzy popup window',
        },
        modal: true
    });
    

    then, in your button click event on your 1st modal form:

    $('#yourbutton').click(function() {
        // your div population code here ... etc
        $('#termSheetPrintedDialog').html($('#termSheetPrinted').html());
        $('#termSheetPrintedDialog').dialog('open');
    });
    

    it’s not pretty, but it’s an approach based on the constraints that you have.

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

Sidebar

Related Questions

Greetings, Assume that I have such hidden div: <div id=option-dialog style=display:none;> <a href=# value=1>First</a>
I have a form with some fields that are in a hidden DIV (style=display:
I have a link that needs to show a hidden Div on click. For
I have a funciton that I am currently using to show a hidden div.a_type
I have a hidden div (#contactArea) above another div. When I click the link,
I have a situation that i have a hidden div with two input elements
I have a empty hidden div that will include information from an AJAX call.
i have several checkboxes that when checked show a hidden div. Is there a
SO I have a tooltip which is a hidden div that toggles below the
I have a drop-down and need to show hidden div that corresponds to the

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.