Digital signatures button

A

Anthony

Version: InfoPath 2003

Hello,

I would like to add a command button onto my form that brings up the Digital
Signatures dialog box. However, I'm not sure how I could script that in the
Javascript event that occurs when the command button is clicked. Any ideas?

Thanks
 
A

Anthony

Well, I did find a solution that works tolerably well.

var objWinScripting = new ActiveXObject("WScript.Shell");
objWinScripting.SendKeys('%T');
objWinScripting.SendKeys('D');

It would be nice to be able to call up the digital signatures box properly,
though.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top