Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Thanks<HEAD> <TITLE> Test </TITLE> </HEAD> <BODY> <form name="mailform" method="post" action="mail.pl"> <div id="mailcontent"> <TABLE width="100%" border=1 cellpadding=0 cellspacing=0> <TR> <TD>Account No</TD> <TD>Type</TD> <TD>Branch</TD> </TR> <TR> <TD>11111111</TD> <TD>Savings</TD> <TD>Branch1</TD> </TR> <TR> <TD>2222222</TD> <TD>Current</TD> <TD>Branch2</TD> </TR> <TR> <TD>3333333</TD> <TD>Savings</TD> <TD>Branch3</TD> </TR> </TABLE> </div> <br> To : <input type="text" name="to" size="10"><br> <center><input type="submit" name="mail" value="Send Mail"></center> </form> </BODY> </HTML>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Is there any way to send HTML table information
by hacker (Priest) on Mar 14, 2007 at 04:16 UTC | |
|
Re: Is there any way to send HTML table information
by marto (Cardinal) on Mar 14, 2007 at 08:53 UTC | |
|
Re: Is there any way to send HTML table information
by jonsmith1982 (Beadle) on Mar 14, 2007 at 04:14 UTC | |
|
Re: Is there any way to send HTML table information
by ww (Archbishop) on Mar 14, 2007 at 12:51 UTC | |
|
Re: Is there any way to send HTML table information
by radiantmatrix (Parson) on Mar 14, 2007 at 20:50 UTC | |
by Anonymous Monk on Mar 15, 2007 at 11:21 UTC |