LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

javascript problem with Microsoft web browser (upgrade web borwser version)

Hello

 

I am developing a program using the ActiveX Microsoft web browser. I log-in in a web page and then I have to read some data fron that web page. If i use a web browser like IE 8 or firefox I don´t have any problems, but if I do that with the labview web browser I get a script error. I think that the problem is that the labview web browser version is old but I don´t know how to upgrade it. I have instaled IE 8 but the error doesn´t disappear.

 

Thank you

Image and video hosting by TinyPic
<script type="text/javascript" async src="//cdn.youracclaim.com/assets/utilities/embed.js"></script>
0 Kudos
Message 1 of 6
(3,293 Views)

LabVIEW doesn't have its own browser. As you yourself said, you are using the Microsoft ActiveX browser. Any script issues you are experiencing are due to the control and/or specific web page, and not LabVIEW.

0 Kudos
Message 2 of 6
(3,292 Views)

Thank you, I know that the problem is of the page but they say me that I have to upgrade the Browser (MS browser, in this case) and I don´t Know how to upgrade this MS browser.

 

Thank you

Image and video hosting by TinyPic
<script type="text/javascript" async src="//cdn.youracclaim.com/assets/utilities/embed.js"></script>
0 Kudos
Message 3 of 6
(3,289 Views)
0 Kudos
Message 4 of 6
(3,287 Views)

Can you tell me how can I implement this in Labview? for example in the ActiveX Event Callback for IE example

 

Thank you

Image and video hosting by TinyPic
<script type="text/javascript" async src="//cdn.youracclaim.com/assets/utilities/embed.js"></script>
0 Kudos
Message 5 of 6
(3,280 Views)

I also tried with the Mozilla ActiveX element, but i have  aproble with the IHTLMElement click because it is not implemented. How can I do that?

Image and video hosting by TinyPic
<script type="text/javascript" async src="//cdn.youracclaim.com/assets/utilities/embed.js"></script>
0 Kudos
Message 6 of 6
(3,274 Views)