Re: [pmapper-users] Using PDF for showing p.mapper help from tool links

2009-09-30 Thread Dejan . Gambin
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'); > } >

Re: [pmapper-users] Using PDF for showing p.mapper help from tool links

2009-09-30 Thread Armin Burger
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