Here is the code I have for all three text boxes.
Code:
<form id="form1" method="post" action="">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td height="20" valign="top"><div align="left" class="style3"><strong>Tell us about your business.</strong></div></td>
</tr>
<tr>
<td height="147" valign="top"><div align="left" class="style3">
<textarea name="Question1" id="Question1" cols=50 rows=7></textarea>
<br>
<script>displaylimit("","Question1",180)</script>
</div></td>
</tr>
<tr>
<td height="22" valign="top"><div align="left" class="style3"><strong>How did you get started selling online?</strong></div></td>
</tr>
<tr>
<td height="146" valign="top"><div align="left" class="style3">
<textarea name="Question2" id="Question2" cols=50 rows=7></textarea>
<br>
<script>displaylimit("","Question2",150)</script>
</div></td>
</tr>
<tr>
<td height="24" valign="top"><div align="left" class="style3"><strong>What challenges do you face selling online?</strong></div></td>
</tr>
<tr>
<td height="148" valign="top"><div align="left" class="style3">
<textarea name="Question3" id="Question3" cols=50 rows=7></textarea>
<br>
<script>displaylimit("","Question3",120)</script>
</div></td>
</tr>
<tr>
<td valign="top"><div align="left" class="style3">
<input type="submit" name="button" id="button" value="Submit Interview" />
</div></td>
</tr>
</table>
</form>
Bookmarks