J
Jerry Camel
I'm using a DHTML dialog to present a pick-list to a user.
I've got the dialog working using some client side vbscript with a
call to window.ShowModalDialog.
I can see that the result is being returned to the main form, but I can't
figure out how to get it into the textbox the user is trying to populate.
The textbox is a server control. I tried setting the Text property of the
textbox to the result of the
dialog, but it just errors out claiming that an object is required.
Thoughts and ideas...? Please?
Jerry
I've got the dialog working using some client side vbscript with a
call to window.ShowModalDialog.
I can see that the result is being returned to the main form, but I can't
figure out how to get it into the textbox the user is trying to populate.
The textbox is a server control. I tried setting the Text property of the
textbox to the result of the
dialog, but it just errors out claiming that an object is required.
Thoughts and ideas...? Please?
Jerry