03-15-2011 10:28 PM
Hi TRM,
I am also working on webpage button press code thru' Labview. I think we can not use OnClick 'coz it is to call the function after button press and not for pressing buttons. Sure, somebody will
help us or we will find it if it is really possible in Labview.
Regards,
Siva
03-15-2011 11:12 PM
Hi TRM,
I found a way to click the button. you just need to add javascript:button_callback_function_name() and connect it to Navigate-->URL.
If you have any other questions please ask. Let's learn something new everyday..!!! hurray.
Regards,
Siva
03-16-2011 12:22 AM
Hi,
can anybody here help me with html form drop down value selection with Labview..?
Eg:HTMl code
<select id=System>
<option value=0>Disabled
<option value=1>Enabled
</select>
Regards,
Siva
03-18-2011 01:48 PM
Hi Siva!
Sory for my late answer!
I tried to do what you said, but i keep getting errors (an error has accured in script on that page).
Is it possible for you to give me another example (let say in www.google.com page) where you have some buttons (web, images, video, news, google search,..).
How to interact with one of the button?
So my question is can you please send me a pic of code that you build that works by clicking on button from www.google.com web page?
Regards
TRM
03-21-2011 03:34 AM
Hi Siva!
Ignore my last post! It's working now!!!
Thanks so much for YOUR help and thanks everybody for your time, you are the best!!!
Regards
TRM
09-09-2011 01:22 PM
Hi TRM,
I know this post is closed but maybe you can help me out.
Can you please explain to me how you can simulate a click, and regarding your solution, how did you implemented it?, with the IHTMLElement or with the IWebBrowser2. I'm just stuck in controlling a web page with Labview.
Thanks a lot.
07-23-2012 03:15 AM
Can anybody please add VI for reference I am trying to do the same but struggling.
Can you help me