But how i can use in my macro vba..I don't understand??
var frm = document.frames;
for (i=0; i < frm.length; i++)
alert(frm(i).location);
or
var frm = window.parent.frames;
for (i=0; i < frm.length; i++)
alert(frm(i).name);
Hello,
I try to get the code source (with dhtml, javascript) from a Web Page like https... to get back the tables of my account but I have only a frame (the first frame of the page)... I have this macro vba: (which works well with the other pages)
IE.navigate "https://www.myAccount.htm"
Do...
I let the VBA driver for webpage...work fine with http...but nothing with https...have you a soluce??
link for the website : http://fred.garlon.free.fr/Appli/test.rar
and the vba here...thanks for your help!!!
Sub webVBA()
Dim Identifiant As String
Dim Pass As String
Dim objet As...
I give you a part on source code...javascript seems...
<td><span class="txt12noir">Identifiant</span><span
class="txt11gris"></span><br><font size="1"><input type="text" name="ID"
size="25" maxlength=11 value="" onKeyDown="CtrlEvt();"
class="box"></font></td>
<td><span class="txt12noir">Mot...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.