Rank: Member Groups: Member
Joined: 9/11/2014 Posts: 17
|
Hi admin. I would like get content from webview by GetHtml() method, but webview content is updated by ajax, and I couldn't find any event fire when webview content is updated. Please help me!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
There is no event fired when your contents are updated with AJAX. Contents updated by AJAX are in fact contents updated by JavaScript. There are no notifications/events about which block of JavaScript has finished running (obviously it's not possible to do so) unless you explicitly add notification code in your JavaScript.
Thanks!
|