DataFeed - Generate Static HTML or PDF
January 3, 2008 – 6:40 amProcess Affiliate DataFeeds into Static HTML
Did you know InfoCaptor can generate tons of static html pages right from the database?
Check these sample Generated Static HTML pages. It can create the hierarchical bookmark tree and nicely formats them. It also creates the Previous and Next links on each page. This is a very powerful feature alone to stand as a seperate product.
In fact, we already have the Database Documentors using this feature. But we would like to extend the basic HTML generation and adapt it to Affiliate Datafeeds.
If you are interested in knowing more about this please send us an email at infocaptor @ gmail . com or subscribe to our newsletter
var fieldstocheck = new Array(); fieldnames = new Array();
function checkform() {
for (i=0;i return true;
} function addFieldToCheck(value,name) {
fieldstocheck[fieldstocheck.length] = value;
fieldnames[fieldnames.length] = name;
} function compareEmail()
{
return (document.subscribeform.elements["email"].value == document.subscribeform.elements["emailconfirm"].value);
}
Thank you