Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Last Delete in ESI text box not registered

Status
Not open for further replies.

jd13

IS-IT--Management
Apr 24, 2007
1
IE
Hi

I have a text box in the EIS used as parameter passed to a query. The problem is that when the value of the text box is changed the, if the last keystroke is the delete key, the change is not recorded when reading the value in a script.

Example :

text box value is "abcd"
enter the field and use the delete key leave the value "cd"
use a script to display the value of the textbox Alert(txtBox.Text) and the value shown is "bcd"

Is there any way to force the last delet keystoke to be recognised?

Thanks
James
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top