Re: [pmapper-users] How to catch values from mapextent, layers opened and so on...

2008-12-17 Thread Gustavo C. Boselli
to catch values from mapextent, layers opened and so on... To: gb1...@yahoo.com Cc: pmapper-users@lists.sourceforge.net Date: Tuesday, December 16, 2008, 4:02 PM this should be mainly a 1-liner of Javascript passing the session ID and the desired language, like a href=javascript:reloadMap

Re: [pmapper-users] How to catch values from mapextent, layers opened and so on...

2008-12-16 Thread Armin Burger
this should be mainly a 1-liner of Javascript passing the session ID and the desired language, like a href=javascript:reloadMap('it')Load IT/a a href=javascript:reloadMap('de')Load DE/a with function reloadMap(language) { location = location.href.split('?')[0] + '?' + SID + 'language=' +