How to disable enter key inside a text Area?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • coolguyraj
    New Member
    • Jun 2007
    • 8

    How to disable enter key inside a text Area?

    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
  • mmurph211
    New Member
    • Jan 2008
    • 13

    #2
    Check out this tutorial:


    Originally posted by coolguyraj
    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

    Comment

    Working...