tambien encontre este codigo:
// Get the name and department of the current recipient
var firstName = this.getField("Name.First").value;
var lastName = this.getField("Name.Last").value;
var deptName = this.getField("Dept.Name").value;
// Get the budget number
var deptBudget = this.getField("Dept.Budget").value;
if ( app.viewerVersion >= 7 ) {
// Get the file stream object of
pero por mas que busque no encontro la api o como usarla. bueno como usarla si, pero donde declaran app o de donde la sacan o que por que en ningun lado lo veo. me peuden ayudar?
-----------------------------------------
en internet despues de mucho buscar encontre esto:
Código HTML:
<html > <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Documento sin título</title> <SCRIPT LANGUAGE="Javascript"> <!-- // deteccion para netscape var useAcrobat = navigator.mimeTypes && navigator.mimeTypes["application/pdf"] //--> </SCRIPT> <SCRIPT LANGUAGE="VBScript"> <!-- on error resume next useAcrobat = not IsNull(CreateObject("AcroExch.Document")) //can be CreateObject("PDF.PdfCtrl.1") too! --> </SCRIPT> </head> <body> <SCRIPT> <!-- if (useAcrobat) document.write("Acrobat reader ok"); else document.write("Acrobat reader no encontrado"); //--> </SCRIPT> </body> </html>
alguien me puede ayudar?