kahlua001
12-02-2003, 11:05 AM
This is probably easy, when I have something like:
<input type="text" id="dynamically_generated_name" onFocus="display_id();">
How do I pass display_id() the ID of the base input field? I would dynamically generate the name in the inline code but I have no control of what name is going to be generated. Thanks.
<input type="text" id="dynamically_generated_name" onFocus="display_id();">
How do I pass display_id() the ID of the base input field? I would dynamically generate the name in the inline code but I have no control of what name is going to be generated. Thanks.