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,
                'width=' + PM.Plugin.Digitizepoints.width + ',height=' +
PM.Plugin.Digitizepoints.width +
',status=no,scrollbars=no,fullscreen=no,resizable=yes' );





Niccolo Rigacci wrote:
> 
> On Mon, Oct 19, 2009 at 04:10:02AM -0700, JacTheWolf wrote:
>> 
>> Niccolo Nice work, the plugin works fine in firefox and
>> chrome but I can not make it work in IE. The event digitizepoints_start 
>> is
>> never fired.
> 
> I will try it in IE in the next days. Stay tuned.
> 
> -- 
> Niccolo Rigacci
> Firenze - Italy
> 
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay 
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/PostGIS-digitizepoints-plugin-available-tp25654305p25976316.html
Sent from the pmapper users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to