Previous | Next | (P-PDF) JavaScript
Topic: Re: Page Open Action
Conf: (P-PDF) JavaScript, Msg: 39875
From: Jub
Date: 5/7/2002 12:54 PM
Check out the 'Set Page Action' thread from April 18 2002.
Essentially you can programatically set a document level function and either leave off the "function FunctionName(){}" or immediately call the function.
In both cases the function will be executed when it is first loaded - i.e. on page open.
Jub