Hi,
My printing task is different from other web projects.
I will explain the task clearly.
I have 3 DIV Tags in a web page.
When I click Print All button in the web page, i have to store the contents of 3 DIV tags in rich text format file. Then i perform some codings for modifying the contents of 3 DIV Tags. Similarly i have to store the contents of them in same rich text file (appending to a file after page break) and so on.
Then atlast i have to open that rich text file and then print them.
This is my task.
I have written the code for creating the rtf file in a particular directory.
Now i need the code for storing the contents of 3 DIV tags in RTF file.
Please help me...
If there is any other way means suggest me. But it should be simple and easy to understand.
Thanks in advance.
My printing task is different from other web projects.
I will explain the task clearly.
I have 3 DIV Tags in a web page.
When I click Print All button in the web page, i have to store the contents of 3 DIV tags in rich text format file. Then i perform some codings for modifying the contents of 3 DIV Tags. Similarly i have to store the contents of them in same rich text file (appending to a file after page break) and so on.
Then atlast i have to open that rich text file and then print them.
This is my task.
I have written the code for creating the rtf file in a particular directory.
Now i need the code for storing the contents of 3 DIV tags in RTF file.
Please help me...
If there is any other way means suggest me. But it should be simple and easy to understand.
Thanks in advance.
Comment