Previous | Next | (P-PDF) JavaScript
Topic: refreshing text box on combo select
Conf: (P-PDF) JavaScript, Msg: 28290
From: dgall
Date: 10/9/2001 01:06 AM
I'm trying to refresh a text box with the export value of a selection of a combobox. I've used the event.change as described in the JSGuide, but to refresh the textbox, I have to set the focus by clicking the text box. I can't get it to refresh with making the selection in the combo. thanks,