Re: variable from a web site

2013-03-04 Thread Jacques Hausser
It works perfectly well :-) Le 4 mars 2013 à 15:35, Jacques Hausser a écrit : > Many thanks, Mike, I'll have a try this evening (visitors home just now…) > > Jacques > > Le 4 mars 2013 à 15:22, Mike Bonner a écrit : > >> Actually since you don't just want the most recent click and want the c

Re: variable from a web site

2013-03-04 Thread Jacques Hausser
Many thanks, Mike, I'll have a try this evening (visitors home just now…) Jacques Le 4 mars 2013 à 15:22, Mike Bonner a écrit : > Actually since you don't just want the most recent click and want the csv > contents you probably want this instead. > > get revbrowserexecutescript(1, > "result=

Re: variable from a web site

2013-03-04 Thread Mike Bonner
Actually since you don't just want the most recent click and want the csv contents you probably want this instead. get revbrowserexecutescript(1, "result=document.getElementById('ta_csvoutput').value;") The other just returns the most recent click, this grabs the value of the textarea with th

Re: variable from a web site

2013-03-04 Thread Mike Bonner
Don't have time to dig further, but something like this might get you started.. on mouseUp get revbrowserexecutescript(1,"result=outputDiv.innerHTML;") -- gets the innerHtml of outputDiv put it -- could be "put the result" in this case also, info is duplicated. end mouseUp On Mon, Mar 4

variable from a web site

2013-03-04 Thread Jacques Hausser
I'm a total newbie with browsers and worse, totally blind-and-deaf to Java. My problem is I want to pick coordinates and elevation in a LC stack from http://www.daftlogic.com/sandbox-google-maps-find-altitude.htm just by clicking on the map. I was (surprisingly) able to get a browser working in m