i have looked and cannot find the solution
i want to just print the textarea
<TEXTAREA NAME="Order" ROWS=9 COLS=58 READONLY WRAP=OFF>YOU WISH TO ORDER THE FOLLOWING :</TEXTAREA>
<INPUT TYPE=button VALUE=Print NAME=PrintForm onclick=print()>
the trouble is i have lots of content and i only want to print the textarea and i over came this by opening a new window containing only the textarea contents and having a print button on that page
any clues
i want to just print the textarea
<TEXTAREA NAME="Order" ROWS=9 COLS=58 READONLY WRAP=OFF>YOU WISH TO ORDER THE FOLLOWING :</TEXTAREA>
<INPUT TYPE=button VALUE=Print NAME=PrintForm onclick=print()>
the trouble is i have lots of content and i only want to print the textarea and i over came this by opening a new window containing only the textarea contents and having a print button on that page
any clues