Previous | Next | (P-PDF) Developers
Topic: to capture the time user clicks the button
Conf: (P-PDF) Developers, Msg: 59533
From: george
Date: 5/29/2002 05:39 PM
Sure. I put the alert there as a demo. To display the date string in a text field, you would do something like:
this.getField("text1").value = s;
where "text1" is the name of the text field.