deleting textbox using keyboard delete button.

  •  09-21-2010, 1:55 PM

    deleting textbox using keyboard delete button.


    if in the html, we have "input" tag as shown below -

    <table><tr><td><td><input id="first_name" value="[FirstName]" type="input" name="first_name" /></td>
    </td></tr></table>
     
    how can we delete this in the normal mode?
     
    we need to follow following steps -
    1. select the textbox using mouse click.
    2. press delete button from the keyboard.
     
    images we are able to delete but not the text box.
     
    please suggest.
View Complete Thread