Microsoft
Software
Hardware
Network
Question : How to capture text changed event in a text box changed by a client side popup window?
I have a form displaying employee information. The form allows the user to search for another employee to display by using a popup window. The popup window will return a new record id.
I have a hidden text box captures the new record id on the form. I would like to run a server side functions to populate the form with the new record id every time the value in the text box changed. But it does not trigger text changed event in the text box when the value gets set from a popup window.
Please help, thank you!
Answer : How to capture text changed event in a text box changed by a client side popup window?
use the following snippet... in the SetTimeSheet function just before doing self.close() and after setting the rowID... it should take care every thing else i guess..
1:
window.opener.document.forms[0].elements[ctl].onchange();
Open in New Window
Select All
Random Solutions
Two DHCP Servers on one network
ApplyFilter based on multiple criteria selected from combo boxes...
Can't copy mscal.ocx file in Windows\system32
How do i import data from Visual FoxPro 6.0 DB to Access 2003 with VBA
Windows 2000 Server strange shutdown/startup problem
Rounding question
Problem (AGAIN) Data Type Mismatch in criteria expression
Hex2Dec does not work in Excel Function ... make Functions visible to other spreadsheets.
Reporting Services Report Parameter
ASP.NET 3.5 login page (C#)