jBox & Mozilla

Richard Greenwood richard.greenwood at GMAIL.COM
Thu Aug 12 08:55:16 EDT 2004


On Thu, 12 Aug 2004 09:52:19 +0200, ludovic gnemmi <l_gnemmi at yahoo.fr> wrote:
> Hi all,
> i'm working with Mozilla 0.93, php-mapscript, jBox
> 1.1.1 and Java VM 1.4.2-05.
> I'm testing Jbox applet with Mozilla Firefox and i've
> noticed that Mozilla hangs each time the page is
> submitted with zoom out or drag control.
>
> It seems that a call to any of the applet functions
> while the applet is still loading cause mozilla to
> hang.
>
> I've tried to delay my call in my code but i can't
> anymore.
>
> Is there a way to make my app available with Mozilla?
>
> Regards,
>
> Ludovic Gnemmmi
> DESS DCISS - Grenoble

Yes. I added the parameters "drag" and "box"

document.write("\
<applet codebase='/mapserver/mapplet' code='jBox.class'
archive='jBox.jar' width=[mapwidth] height=[mapheight] name='jBox'
MAYSCRIPT>\
                                                                        <param name='image' value='http://[host][img]'>\
                                                                        <param name='drag' value="+drag+">\
                                                                        <param name='box' value="+box+">\
                                                                        <param name='verbose' value='false'>\
                                                                        <param name='thickness' value='2'>\
                                                                </applet>");

--
Richard Greenwood
richard.greenwood at gmail.com
www.greenwoodmap.com



More information about the mapserver-users mailing list