Great thanks, it works like a charm
regards, dejan
Armin Burger wrote on 30.09.2009 13:50:06:
> you cannot pass variables via the functions defined for 'run'.
> Instead, create a function like
>
> function myHelpOpen() {
>window.open('http://mydomain.com/mydocuments/userguide.pdf');
> }
>
you cannot pass variables via the functions defined for 'run'.
Instead, create a function like
function myHelpOpen() {
window.open('http://mydomain.com/mydocuments/userguide.pdf');
}
and define this as
...
run: 'myHelpOpen'
On Wed, Sep 30, 2009 at 11:32 AM, wrote:
> Hi,
>
> I have made a