Thanks for your reply Chetan, I will try to do accordingly.Would appritiate if you could also give a sample syntax how I would generate the HTML using my dcr/tpl from within my CGI.
Well yes I definitly have a lot of reading to do since I am new to this, and trust me.. am working hard on it. In the meanwhile getting experianced advices from you guys definitely helps.. right!!!
...would be a better choice for me as I am more familiar with that than workflows...
function generatePage() { IWPageGeneration.setOutputFile(your_filename, true); IWPageGeneration.setPresentationTemplate(your_template); window.open( "/iw-cc/command/iw.group.formspub.generate?vpath=" + IWDatacapture.getDCRPath(), "", "status=yes,toolbar=yes,location=yes,resizable=yes,scrollbars=yes,left=75,top=50");}