On 20/10/2009 19:32, Armin Burger wrote:
> On 20/10/2009 16:52, Niccolo Rigacci wrote:
>> On Tue, Oct 20, 2009 at 07:39:41AM -0700, JacTheWolf wrote:
>>> I found the problem. Apparently my version of IE (6.0) does not work the
>>> second parameter of function "window.open". To fix put null:
>>>
On 20/10/2009 16:52, Niccolo Rigacci wrote:
> On Tue, Oct 20, 2009 at 07:39:41AM -0700, JacTheWolf wrote:
>> I found the problem. Apparently my version of IE (6.0) does not work the
>> second parameter of function "window.open". To fix put null:
>>
>> var popup = window.open(
>> PM
On Fri, Oct 16, 2009 at 10:59:35AM +0700, Dark Knight wrote:
>
> How to setting this plugin in pmapper-3.2..
The plugin needs some changes in the JavaScript, and also a fix
in the php code.
I made a quick backport that you can find here:
https://trac.faunalia.it/svn/digitizepoints/branches/dig
On Tue, Oct 20, 2009 at 07:39:41AM -0700, JacTheWolf wrote:
>
> I found the problem. Apparently my version of IE (6.0) does not work the
> second parameter of function "window.open". To fix put null:
>
> var popup = window.open(
> PM_PLUGIN_LOCATION +
> '/digitizepoints/digitizep
I found the problem. Apparently my version of IE (6.0) does not work the
second parameter of function "window.open". To fix put null:
var popup = window.open(
PM_PLUGIN_LOCATION +
'/digitizepoints/digitizepoints.php?lon=' + px + "&lat=" + py,
null,