本文介绍了在文本框失去焦点时显示客户详细信息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

在页面中,我有完整的表单和一个文本框.

我喜欢执行以下操作.

当我在文本框中键入客户编号并按Tab键时,客户详细信息应自动填写在表格的所有字段中.

简而言之,我想对textbox的lostfocus事件进行触发.

请谁能帮助我解决这个问题.

在此先感谢

谢谢与问候
Suman Zalodiya

Hi All,

In page i have full form and one textbox.

I like to do the following.

When i type the customer number in textbox and press tab customers details should be fill automatically in all the fields of form.

In short i want to fire on lostfocus event of textbox.

Please can anyone help me out in this issue.

Thanks in advance

Thanks and Regards
Suman Zalodiya

推荐答案


这篇关于在文本框失去焦点时显示客户详细信息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-13 14:35