This topic is locked

response.write after dropdown update

2/3/2008 1:06:30 PM
ASPRunnerPro General questions
T
Tim author

Hello,
I have a "contacts" table with peoples first name, last name, full name, and email address. I use the fullname field as a lookup for a dropdown box on the Edit page of another table.
Here is what I would like to do on this Edit page: when someone selects the "fullname" from a dropdown list I would like to write the assoctiaed email address to the screen. No need to save this with the record, just display it.
Is this possible with ASPRunner 5.2?
Thanks,

Tim

J
Jane 2/4/2008

Tim,
you can do it using JavaScript code (onchange function) on the Visual Editor tab.