[pmapper-users] links

2010-08-27 Thread Eduardo Bieñkowski
Friends how I can add links to my query tables? regards -- Edu -- Sell apps to millions through the Intel(R) Atom(Tm) Developer Program Be part of this innovative community and reach millions of netbook users worldwide.

Re: [pmapper-users] Links to external adresses at custom.js

2007-06-13 Thread Armin Burger
or point defined in the HTML. armin Original-Nachricht Datum: Wed, 13 Jun 2007 13:23:50 +0200 Von: Christian Braun <[EMAIL PROTECTED]> An: Alessandro Pasotti <[EMAIL PROTECTED]> CC: pmapper-users@lists.sourceforge.net Betreff: Re: [pmapper-users] Links to external adresses

Re: [pmapper-users] Links to external adresses at custom.js

2007-06-13 Thread Alessandro Pasotti
Il mercoledì 13 giugno 2007, Christian Braun ha scritto: > Thanks for your answer,but I want to extend the two functions for the > category and layers with a static link to a meta data base. Nothing that > is to complex. > > function showCategoryInfo(cat) { > alert('Info about category: ' + c

Re: [pmapper-users] Links to external adresses at custom.js

2007-06-13 Thread Christian Braun
Thanks for your answer,but I want to extend the two functions for the category and layers with a static link to a meta data base. Nothing that is to complex. function showCategoryInfo(cat) { alert('Info about category: ' + cat); } function showGroupInfo(group) { alert('Info about gro

Re: [pmapper-users] Links to external adresses at custom.js

2007-06-13 Thread Alessandro Pasotti
Il mercoledì 13 giugno 2007, Christian Braun ha scritto: > Hi List, > > I'm not quite familiar with java-script. So I wondered how to set the > code in custom.js to get the external links running for categories and > layers? > Could anyone of you provide me with an example? One of the most flexibl

[pmapper-users] Links to external adresses at custom.js

2007-06-13 Thread Christian Braun
Hi List, I'm not quite familiar with java-script. So I wondered how to set the code in custom.js to get the external links running for categories and layers? Could anyone of you provide me with an example? Thanks in advance, Christian