Problems with Website using Javascript, the 3rd

Hi,

having Chrome process the scripts sent in the page (see 2nd post) works as expected. I can "save" the result using localStorage.setItem() and retrieve it within another Browser session with localStorage.getItem(). How can I access localStorage.getItem() from Javascript within screen-scraper? That would most probably solve the "function issue".

Another question has popped up: the script in the page (see 2nd post) calls a function "redirect('reload');", which I cannot find anywhere. Any suggestions what to do about that?

best regards

Christian Pieler