Previous | Next | (P-PDF) Forms & FDF
Topic: Re: restrict access to www link
Conf: (P-PDF) Forms & FDF, Msg: 39304
From: Jabber
Date: 4/26/2002 06:29 AM
Ok, slightly tidier - Have a hidden field with your script in the onfocus event. When user keys in to run code, unhide field and use setFocus to tab into it. This will execute action and you can re-hide it. The field need not have any visible properties.