I'd like to write an ASP routine that builds a table and is called when a
button is clicked (not a submit button). Is there a way to do this? This is
the table that I want to build using the sub procedure: <table width='790'
border='0' cellspacing='0' cellpadding='5'> <tr> <th align='left'
valign='bottom'>Reviewer</th> <th align='left' valign='bottom'>Date</th>
<th align='left'>Comment</th> </tr> <tr> <td valign='top'><input
name='reviewer' type='text' id='reviewer' value=''></td> <td
valign='top'><input name='reviewdate' type='text' id='reviewdate'
value='3/11/2005 1:29:38 PM'></td> <td><textarea name='comment'
id='comment'></textarea></td> </tr> </table> Thanks for any help. -D-