Displaying 1 result from an estimated 1 matches for "searchbutton".
Did you mean:
search_button
2012 Jan 04
0
RCurl : Problem with submitting using postForm()
...library(XML)
page<-postForm("http://tatts.com/racing/outletsearch.aspx",
`main_0$racingmiddle_0$CityTextBox`="",
`main_0$racingmiddle_0$PostcodeTextbox`="4000",
`main_0$racingmiddle_0$StateDropDownList`="Queensland",
`main_0$racingmiddle_0$SearchButton`="List Outlets")
doc<-htmlParse(page,asText=TRUE)
readHTMLTable(doc)
Any help would be greatly appreciated. I've spent a considerable amount of
time trying to solve this problem and this is as close as I have got to a
solution.
Cheers,
Jai Vaughan
> sessionInfo()
R version 2....