javascript thread: Q on return value...
If I guess it correctly, the input-text's value is changed from within "child" window with something like this : opener.document.form_name.text_name.value = "whatever you want" If this is the case, you could call any function which are supposed to be called by onchange handler. In other words, use this instruction right after that above : opener.your_handler_function(........) HTH > -----Original Message----- > From: Walter Torres [mailto:walter@t...] > Sent: vendredi 14 mars 2003 08:01 > To: javascript > Subject: [javascript] Q on return value... > > > ...sort of... > > I have a INPUT TEXT object that recieves a value selected from a child > window. > > I want to fire a method off when this value is inserted into this text > object. > > onChange does not file, and I can't get myObj.watch to work. > > Any ideas? > > walter
|





