in reply to Re: Creating a table using cgi.pm - a unique problem
in thread Creating a table using cgi.pm - a unique problem
Your script does not produce one table row as the original script does/requires, as a matter of fact, it produces three rows:
<tr align="LEFT" valign="TOP"> <td><a target="_new" href=".."><img>asdf</img></a></td> <td><a>A</a></td> </tr> <tr align="LEFT" valign="TOP"> <td onclick="javascript:dothis()"><input type="hidden" name="name2 +" value="b" /><a>b</a></td> </tr> <tr align="LEFT" valign="TOP"> <td onclick="javascript:dothis()"><input type="hidden" name="name3 +" value="c" /><a>c</a></td> </tr>
|
|---|