Advance Member
|
請教一下 InternetExplorer.Application 問題
請教一下各位先進,請問假設網頁中有 一 button
"<td><input type="button" value="aaaa" onclick="bbbb">cccc</td>"
利用 InternetExplorer.Application
.innertext 可取得 cccc 內容
.value 可取得 aaaa 內容
那 onclick 的 bbbb 內容 ,該如何取得(只想取得內容)
萬分感謝~
|