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
Hi shenazj, Sounds
Hi shenazj,
Sounds difficult.
You would have to show a working example for anyone to help.
Is it to do with the page width?
hey hi , actually when is
hey hi ,
actually when is elect different records, it is printing but the position of the records should be the same on each page but for some reason it is a little down compared to the position of the previous pages.
i used this line Print chosen
i used this linea href=""
i used this line
<a href="" onClick="if (!e_Select(document.fRe_list)) alert('Nocheckbox selected'); else if (e_Confirm('<%= sConprntMsg %>')) trial(document.fRe_list); ">Print chosen checkbox</a>
[added code tags]