02-19-2018 10:55 PM
Hello !
Tell me, please, how can I get the height of the columns?
If you open the chrome (PKM> look at the code (ctrl + shift + I)), then the height of the columns can be seen. (see 333.jpg)
But in labview I can not get this data.
Tried:
HTTP Client -> Get
DataSocket Read
But with the help of these two methods I get what in the chrome (PCM> view the page code (ctrl + U))
Thanks for any help!
02-20-2018 01:18 AM
02-20-2018 01:32 AM - edited 02-20-2018 01:33 AM
Thanks for your reply.
What tool can I use to load CSS?
02-20-2018 01:52 AM - edited 02-20-2018 01:53 AM
02-20-2018 02:06 AM
Yes, I noticed. I tried on my example. I looked through all the css, but in no one found information about the columns. Could you tell me how to find them?
02-20-2018 02:16 AM
Hi Sergiv,,
your website will load a ton of other resources:
(just a small part of the main HTML)
I'm no expert in modern website design nor in JavaScript, so I guess you will have to look for a lot of files before finding the place of your rectangle definition…
(I guess it has to do with some of the JScript libraries because of the "highchart" description.)
02-20-2018 03:53 AM
In general, the experiments led to the fact that if you save the page on the computer and open it via GET, for example, then the data of the columns is there)
Now just do not know how to save the entire page. Like it does the chrome, for example, through "save as ..."
Tell me how to save the document completely?
02-20-2018 04:05 AM
Hi Sergiv,
the InternetExplorer allows remote control via ActiveX so you may try to load and save the website through ActiveX nodes…
(This will only work with IExplorer as other brwosers Edge or Firefox doesn't support ActiveX remote control.)
02-20-2018 04:33 AM
Does activex have a property for saving the page? Or how conservation is implemented?
02-20-2018 04:42 AM - edited 02-20-2018 04:42 AM
Hi Sergiv,
Does activex have a property for saving the page?
The question is "Does the IExplorer ActiveX interface expose such a method?"
I don't know as I don't use this interface (and never needed so far)…
Why do you need to read those style properties anyway?
What is all this good for?