I need to simulate a click OR get access to the underlying text that is rendered by a funky component.
Buried in a particular site is a nested frame that implements a smart grid component. This grid lists several records from a DB.
I need to :
a) simulate a click on a "check all" box in the component
and/or
b) grab the underlying table that holds the text I'm interested in
My problem is that I can find the code that implements the include for the component but can't find where the component itself (or the html under it) lives in the DOM.
Can anyone out there help with this? It's driving me CRAZY!!!!!!
Thanks!
Buried in a particular site is a nested frame that implements a smart grid component. This grid lists several records from a DB.
I need to :
a) simulate a click on a "check all" box in the component
and/or
b) grab the underlying table that holds the text I'm interested in
My problem is that I can find the code that implements the include for the component but can't find where the component itself (or the html under it) lives in the DOM.
Can anyone out there help with this? It's driving me CRAZY!!!!!!
Thanks!