Hi,I apologize for my bad English. I have problem with openning attach
in acrobat reader. I am using this script:FOR INSERT ATTACH://insert or
remove attachvar oObj = event.target;oDate = new Date();idAttach =
String(oDate.getTime()); //create uniquely id of attachif
(this.caption.value.resolveNode("#text").value == "Insert") { //insert
attach if (oObj.importDataObject(idAttach)==1) //show dialog "Open file"
for choose attach and selected fole setup "name" on value id {
attachId.rawValue = idAtt...