Forum Discussion

vibe's avatar
vibe
Occasional Contributor
14 years ago

Can't obtain web table using the FindChild method

Hi - This works: var iexplore;   var page;   iexplore = Sys.Process("iexplore", 2);   iexplore.ToUrl("http://...");   page = iexplore.Page("http://...");   page.Form("form...