[R] Passing the parameters for web form using getHTMLFormDescription

veepsirtt veepsirtt at gmail.com
Wed Oct 17 10:40:23 CEST 2012


Hi R
I want to get the data from the url given from 10/09/2012 to 15/10/2012.
I don't know how to pass the parameters .

.......................................................................................................................................
library(RHTMLForms)
> 
> ff =
> getHTMLFormDescription("http://www.bseindia.com/markets/equity/EQReports/slbshortcell.aspx?expandable=3&param=0")
> ff
$aspnetForm
HTML Form:
http://www.bseindia.com/markets/equity/EQReports/slbshortcell.aspx?expandable=3&param=0 
ctl00$ContentPlaceHolder1$GetQuote1$txtscrip_code: [ Scrip code/Scrip Name ]  
ctl00$ContentPlaceHolder1$txtDate: [  ]  
ctl00$ContentPlaceHolder1$txtTodate: [  ]  
myDestination: #,
http://www.bseindia.com/static/markets/mutualfunds/BSEStarMF.aspx?expandable=1,
http://www.bsebti.com/, http://www.bsesme.com/, http://www.cdslindia.com/,
http://www.bseindia.com/iccl/about_iccl.aspx, http://www.mkttech.in/,
http://www.bseindia.com/about/members_portal.asp, Group Websites, BSE STAR
MF, BSE Institute Ltd, BSE SME Platform, CDSL, ICCL, Marketplace
Technologies, Members Portal
myDestination1: #, http://hindi.bseindia.com/, http://marathi.bseindia.com/,
http://gujarati.bseindia.com/, Select Language, Hindi, Marathi, Gujarati
txtscrip: [ Scrip Name / Code ]  
.................................................................................................................................................
g = createFunction(ff[[1]])

here after how to call the function like this and getting the table out of
it. 
xx = g("10/09/2012 ", "15/10/2012")
 expecting your reply.
thanks
veepsirtt





--
View this message in context: http://r.789695.n4.nabble.com/Passing-the-parameters-for-web-form-using-getHTMLFormDescription-tp4646436.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list