Rank: Newbie Groups: Member
Joined: 1/3/2017 Posts: 1
|
Code: HTML/ASPX
<span class="curr">
<input type="checkbox" id="searchCurr" class="input_chk_curr nclicks(STA.offmap)">
<label for="searchCurr" class="lb_curr"> TEST <span class="blind"> [i][b]TEST TEST TEST [/b][/i] </span>에서 장소검색</label>
</span>
I want to get value (=TEST TEST TEST) how to get the value.. I tried that source object o = webView.GetDOMWindow().document.getElementsByName("blind").GetValue(0); but not working help please
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
You will need to write JavaScript code to achieve that, then call WebView.EvalScript to get it through JavaScript.
Thanks!
|