Displaying 1 result from an estimated 1 matches for "retpage".
Did you mean:
getpage
2012 Jun 01
1
Help with this web scrape function
...=
"EN", 'ctl00$MainContent$Publishers' = "HourValues",
'ctl00$MainContent$ListHourValues' = "-1",
'ctl00_MainContent_webDatePickerFrom_input' = "01.06.2012",
'ctl00_MainContent_webDatePickerTo_input' = "01.06.2012")
retPage = htmlTreeParse(retSubmit, asText = TRUE)
retPage
This is how far I get: All HTML Forms are being selected correctly with the
exception of 'ctl00$MainContent$ListHourValues'. My question is, why is this
function not correctly electing the ListHourValues? Also I think that the
function is...