Discussion Thread
Data Extractor
Message Thread
Extract any data, including email addresses and URLs from your files and webpages.
Posted in the Data Extractor Forum.
Updating DOM after changing document.innerHTML
Hello, having troubles with subj
for example we have such javascript code which is going to extract data
document.body.innerHTML=document.body.innerHTML.replace(/table width=\"100%\"/g,'table name=\"somename\"');
var xxx = document.getElementsByName("ololo");
alert(xxx.length);
In Firefox and Opera we have 1 alerted, but DataExtractor javascript engine alerts 0. Is there any way to update DOM or smth like this?
thx
Updating DOM after changing document.innerHTML
I'm unsure how to advise without seeing the page, I believe that your rule should work.