E
egarcia
Guest
Your guess is correct. The variable "jsdo" in the code is set as a local variable of the function: var jsdo = WebService_beBasicSearch_JSDO.jsdo; However, the variable WebService_beBasicSearch_JSDO.jsdo is available in the global scope. You would either need to set "jsdo" again or use the following: WebService_beBasicSearch_JSDO.jsdo.readLocal();
Continue reading...
Continue reading...