Re: [OpenLayers-Users] dynamic url

2008-12-02 Thread Lehtonen, Mika
Sorry, I draw this back. Eventually I discovered that my variables got lost because of a page reload and these line worked same way both in IE and FF. So actually IE was acting properly because it lost its state but FF somehow preserved variables (caching settings?). Never mind, I got it worki

Re: [OpenLayers-Users] dynamic url

2008-12-02 Thread Eric Lemoine
On Tue, Dec 2, 2008 at 3:56 PM, Julien-Samuel Lacroix <[EMAIL PROTECTED]> wrote: > I don't know if IE support empty hash like {}, but I would think so. Sure. -- Eric ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/user

Re: [OpenLayers-Users] dynamic url

2008-12-02 Thread Julien-Samuel Lacroix
Hi, What is not working? Everything or just a small part of your code. When things work in Firefox and not in IE, it usually mean there's a small JavaScript error. Try putting JavaScript alert() every 5 lines or so. At some point an alert won't pop up. This is where your bug is. Other may have

[OpenLayers-Users] dynamic url

2008-12-02 Thread Lehtonen, Mika
Hi, this may be a more of a JavaScript question, but I'll give it a try on this list anyway. I have an OpenLayers application where user can upload his/her own shp-file onto server (FeatureServer). Also user can "download" them back as an Openlayers wfs-layer. So the url in that wfs layer defin