database - Automating Javascript Commands in Browser -


edit: after advice i'm trying write greasemoneky script automate button click on web interface. javascript command i'm trying automate is:

javascript:__dopostback('ctl00$contentplaceholder1$ultrawebtab1$_ctl1$grdexpressquery$gridview1','productexpand$1') 

i don't know how program managed scrape examples found online

var txt='productexpand$';   (i=1; i<1000; i++) {  dopostback('ctl00$contentplaceholder1$ultrawebtab1$_ctl1$grdexpressquery$gridview1',txt+i); }    

the script not working, if general guidance or advice on how go appreciated.

you can use greasymonkey addon firefox run userscripts.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

android - IBM Worklight 6.1 [Application Error] There was a network error (file:///android_asset/www/index.html) -