2013-12-10 14:33 UTC
Hello everybody! I want to know, for a web browser activex control, which is the function equivalent with GetHtmlDocument? In my form, in that ActiveX control, I navigate to a url which gives a json response and i want to store that json text in a variable in lisp so I can process it further.
I already have a version of the program which uses a standard OpenDCL html control, but on one of my client's computer, the variable set with GetHtmlDocument is always nil and I don't know why. Instead, on that computer, a file named identify.txt is opened in notepad and it contains the contents of GetHtmlDocument. So, I wanted to try with an Activex control instead.
On every other computer, the program is working fine, but on that one it's not working at all.
I already have a version of the program which uses a standard OpenDCL html control, but on one of my client's computer, the variable set with GetHtmlDocument is always nil and I don't know why. Instead, on that computer, a file named identify.txt is opened in notepad and it contains the contents of GetHtmlDocument. So, I wanted to try with an Activex control instead.
On every other computer, the program is working fine, but on that one it's not working at all.