Jump to content

[SOLVED] how to print divs selected by checkboxs


aliasneo86

Recommended Posts

I have a form with charts and i wana print the charts that is selected by the check box

 

how can I do it ??

 

so far I have nothing.

I can get charts in divs how can I print the div that is selected by the check box ???

 

i have attached the pic of the page

 

thanks in advance

 

 

[attachment deleted by admin]

Link to comment
Share on other sites

i will not write a script for you; you make a valuate effort at a script of your own and i may help you with it. all you would have to do is embed an image with a empty src, in your page/div or where ever and change the src based on the radio button selection and set-up your print css to display only the chart's image.

Link to comment
Share on other sites

i got a new way

i can get unwonted things out now and get what i need prnted just need to get it fit to page

 

<STYLE type="text/css">

@media print {

    .noprint {

    display: none ;

    }

.page {

  size: 8.5in 11in;

  page: 8.5in 11in;

  size:portrait;

   

}

}

</STYLE>

 

from this ..

 

any suggetions???

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.