ICONICO

Discussion Thread

Data Extractor

Message Thread

For WindowsData Extractor

Data Extractor iconExtract any data, including email addresses and URLs from your files and webpages.

Posted in the Data Extractor Forum.




it miss results

Program miss result in page that have.
but no tall the time.

Please take a look at my code and tell me why.

//Extracts META tags and nombre
//create columnas
DataExtractor.SetColumns(4);
DataExtractor.AddHeader(1, 'URL');
DataExtractor.AddHeader(2, 'Title');
DataExtractor.AddHeader(3, 'Meta Keyword');
DataExtractor.AddHeader(4, 'Meta Description');
DataExtractor.StartNewResult();
DataExtractor.AddResult(1, document.location.pathname);
DataExtractor.AddResult(2, document.title);
var mt = document.getElementsByTagName('meta');
if (mt.length 0) {
for (i=0; imt.length; i++) {
if (mt[i].name == "keywords") {
DataExtractor.AddResult(3, mt[i].content);
}
if (mt[i].name == "description") {
DataExtractor.AddResult(4, mt[i].content);
}
}
}

by bob morane on Jul 13 2007 2:24am Reply

it miss results

What was the URL of the page you are trying to extract from?
by Nico Westerdale on Jul 14 2007 10:13am Reply

Our Software Stores

IconicoAccurate Design and Development Software

BitsDuJourDiscount Deal Coupons for Windows and Mac Software Apps

Our Software Services

IcoBlogOur Official Blog

© copyright 2004-2024 Iconico, Inc. Code & Design. All Rights Reserved. Terms & Conditions Privacy Policy Terms of Use Login