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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T06:05:31+00:00 2026-05-28T06:05:31+00:00

I have a web page that display this: The Html behind this is: <label>Approved

  • 0

I have a web page that display this:

enter image description here

The Html behind this is:

<label>Approved For Payment:</label>

    <select id="Invoice_ApprovedForPayment" class="dropdownapprovedforpayment" name="Invoice.ApprovedForPayment" lineid="299" disabled="disabled">
    <option value="null" selected="selected">Please Approve</option>
    <option value="true">Accepted</option>
    <option value="false">On Hold</option>
    </select>

Currently when this page is printed the Please Approve is coming out like shown. As in it prints it as a select dropdownlist. This makes sense however I was hoping that I could somehow get it so that when it prints it will look like it’s a normal label, span etc? I was thinking this may be possible using print.css? Can anybody tell me how to achieve this?

  • 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-28T06:05:32+00:00Added an answer on May 28, 2026 at 6:05 am

    Easiest way that I can think to accomplish this would be to create a span that is hidden in screen.css next to the select list and when you change the value in the select list, update the value of the span. In your print.css show the span and hide the select element

    Javascript

    
    <script type="text/javascript">
      $(document).ready(function() {
        $("#Invoice_ApprovedForPayment").change(function() {
          $("#Invoice_ApprovedForPaymentSpan").val($(this).val());
        });
      });
    </script>
    

    HTML

    <select id="Invoice_ApprovedForPayment" class="dropdownapprovedforpayment noprint" name="Invoice.ApprovedForPayment" lineid="299" disabled="disabled">
      <option value="null" selected="selected">Please Approve</option>
      <option value="true">Accepted</option>
      <option value="false">On Hold</option>
    </select>
    <span id="Invoice_ApprovedForPaymentSpan" class="noscreen"></span>
    

    CSS

    print.css

    .noprint { display: none; }
    .noscreen { display: inline; }
    

    screen.css

    .noprint { display: inline; }
    .noscreen { display: none; }
    

    Just make sure that the media for your print stylesheet is set to print

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

Sidebar

Related Questions

I have a string that I want to display on a web page that
I have some text which I display in the web page using GWT HTML
I am designing an html web page that mimics inline panes by defining this
I have a web page that has an HTML table generated by an ASP.NET
I have a web page that displays a long line graph inside a div
I have a web page that displays a list of documents stored on the
I have a web page that displays dynamic data which changes every 2 seconds.
I have an ASP.NET web page that displays a variety of fields that need
I have a web page that includes a bunch of images. Sometimes the image
I am creating a table to display on a web page and that table

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.