Print in CSS Using Checkboxes

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shenazj
    New Member
    • Sep 2012
    • 2

    Print in CSS Using Checkboxes

    hello,
    I will be really grateful if you could help me with a problem . Actually I have a got an html table with each record in the table having a checkbox. When i select the checkbox, each record must be printed on different pages by clicking on a print button.This is working fine. But on each page the position of the records is not the same.On each different page, the position gets a little down compares to the previous page
  • shenazj
    New Member
    • Sep 2012
    • 2

    #2
    i used this line
    <a href="" onClick="if (!e_Select(docu ment.fRe_list)) alert('Nocheckb ox selected'); else if (e_Confirm('<%= sConprntMsg %>')) trial(document. fRe_list); "><strong><u>Pr int chosen checkbox</u></a>

    to print.please see if you can help me

    Comment

    Working...