Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to get the parent of an object?

Status
Not open for further replies.

richardchaven

Programmer
Jan 13, 2003
161
US
If I have found an html_cell (via web_obj_get_item), how do I find its html_table?

It has "col" and "row" properties (NOT "columns", as documented), so something must know what context it's in.

Any ideas?

Cheers
 
Code:
web_obj_get_info(AnObject, "parent", AValue);

Not documented, but very welcome <s>

Cheers
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top