IE上のhref = "Javascript: のクリック 削除
Message#4 2019年12月12日(木)08時41分 From: vbavbavba |
VBEのウォッチでオブジェクトつかめているか、要素があるか確認したらどうですか? > vbavbavbaのメッセージ(#2)への返事 > > 何も変わらず、変化なしです。 > > > > 表示までできているんなら、クリックでいかないですか? > > htmlDoc.getElementById("dlRepeat_ctl00_tpItem_dgTable_ctl15_b20191201").Click > > > > > お世話になります。 > > > 以下をクリックしたいのですが… > > > > > > <A onmouseup=mouseUp(event); onclick="return false;" tabIndex=1 onkeypress=keyPress(event); onmousedown="mouseDown(event); return false;" onfocus=lbF(this) onblur=lbB(this) id=dlRepeat_ctl00_tpItem_dgTable_ctl15_b20191201 style="FONT-SIZE: 14pt; FONT-WEIGHT: bold" href="javascript:__doPostBack('dlRepeat$ctl00$tpItem$dgTable$ctl15$b20191201','')">抽選</A> > > > > > > 上記は > > > Dim Chusens As Variant > > > Set Chusens = htmlDoc.getElementById("dlRepeat_ctl00_tpItem_dgTable_ctl15_b20191201") > > > Debug.Print Chusens.outerHTML > > > > > > でイミディエイトウインドウに表示まで、できています。 > > > > > > ちなみにhref = のJavascriptは > > > > > > <script type="text/javascript"> > > > //<![CDATA[ > > > var theForm = document.forms['Form1']; > > > if (!theForm) { > > > theForm = document.Form1; > > > } > > > function __doPostBack(eventTarget, eventArgument) { > > > if (!theForm.onsubmit || (theForm.onsubmit() != false)) { > > > theForm.__EVENTTARGET.value = eventTarget; > > > theForm.__EVENTARGUMENT.value = eventArgument; > > > theForm.submit(); > > > } > > > } > > > //]]> > > > </script> > > > > > > よろしくお願いします。 |
上のメッセージを削除します。
よければパスワードを入力し、削除ボタンをクリックしてください。