0
I have a problem in a macro to return me the value of a web page, my doubt is established by the value shown in the HTML code is always null, but in the reply box gives me the requested value. Even after performing the search there is no change of value="", the page and a static site jsp.
I have tried n combinations, but the macro "empaca" in this part, it does not return any value. Code below: class="txt_velmaxima field"> Top speed:
Rest of code. class="txt_velmaxima field"> <label for="lat_txt_velmaxima">Top speed:</label> <input type="text" name="lat_txt_velmaxima" id="lat_txt_velmaxima" disabled="disabled" value="" readonly="readonly" />
– Carlos Guardado
Looks like the rest of the code is missing, so try editing again.
– user28595
The basis would be just this part of the code, and in that is the problem, I have no way to remove the Value, because as you can see the value, even if the search is null, it is instantiating the value directly to the page without going through the HTML code, so I’m looking for a way, from through VBA excel, pull the value that is placed in a textbox on the page, the yes has been trying n combinations of IE.document.getelement....
– Carlos Guardado