I have a spreadsheet engine the dynamically renders html. I need to find a way to pinpoint an input box based on the alt of an img to the right of the input. So in the example below, I want to be able to specify CELLB5 and get returned IB5. However, the one strange twist is that there may be an instance in which CELLB5 appears more than once, so somehow I have to return all input names with the alt set to CELLB5.
Is this possible? If so what is the best approach?
Example:
<input size=8 onblur=foc(this) name=IB5 CLASS=input> <img src="/images/info.gif" alt="CELLB5">
Thanks in advance for your feedback.
MDA
Is this possible? If so what is the best approach?
Example:
<input size=8 onblur=foc(this) name=IB5 CLASS=input> <img src="/images/info.gif" alt="CELLB5">
Thanks in advance for your feedback.
MDA