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]

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.

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???

I do not believe you can do that.  That is a setting on the user's side when they go to print it.

 

I hate to be picky, but could you at least use punctuation and things of that nature so it is half-way easy to comprehend what you are saying?  Thanks.

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.