Hi
i have the following HTML code for the text Area how can i disable the enter key inside the text area.
<td colspan="7"><te xtarea cols="80" onkeypress="key handler<?php echo $x?>()" rows="5" name='ITEM_IN[<?php echo $x;?>][ITEM_NOTE]'><?php echo $_REQUEST['ITEM_IN'][$i]['ITEM_NOTE']);?></textarea></td>
Help will be greatly appriciated.
Thanks
i have the following HTML code for the text Area how can i disable the enter key inside the text area.
<td colspan="7"><te xtarea cols="80" onkeypress="key handler<?php echo $x?>()" rows="5" name='ITEM_IN[<?php echo $x;?>][ITEM_NOTE]'><?php echo $_REQUEST['ITEM_IN'][$i]['ITEM_NOTE']);?></textarea></td>
Help will be greatly appriciated.
Thanks
Comment