I did it from my own server and saw no hits on a resize. So it has to
be coming from the cache. Of course I still lose all the javascript
variables. I guess I have to put a variables into a cookie, do the
replace and then reset all the variables. Not too difficult, except
that I then have to redraw the layers to match what was showing before
the resize.
Gregor
Doug Melvin wrote:
>
> neat, can we confirm that all is loaded from cache?
> Anyone care to write a test ap? Maybe time the load-time or something
>
> > This works, I have also tried
> >
> > DynAPI.onResize = function()
> > {
> > if (is.ns4)
> > {
> > location.replace( location.href );
> > }
> > }
> >
> >
> > And it seems to work from cache only, without going to the server. Is
> > there a side affect here that I am unaware of?
> >
> > Gregor
> >
> > Robert Rainwater wrote:
> > >
> > > You can just reload the browser in NS 4 for now.
> > >
> > > DynAPI.onResize = function() {
> > > if (is.ns4) location.reload()
> > > }
> > >
> > > --
> > > Robert Rainwater
> > >
> > > On 4/9/2001, 7:11:29 PM EST, Gregor wrote about "[Dynapi-Help] NS4.75
> DynAPI 2.51":
> > >
> > > > Unfortunately the patch made no difference in 2.5.
> > >
> > > > Gregor
> > >
> > > >> Richard Bennett wrote:
> > > >>
> > > >> Hi,
> > > >> For the NS mouseevents apply this patch:
> > > >>
> http://sourceforge.net/tracker/index.php?func=detail&aid=414698&group_id=575
> 7&atid=305757
> > > >>
> > > >> The resizing thing is a browser bug. - see info in FAQ (sig)
> > > >>
> > > >> Cheers,
> > > >> Richard Bennett
> > > >>
> > > >> [EMAIL PROTECTED]
> > > >> www.richardinfo.com
> > > >> (Everything running on, and ported to the 19/12/2000 snapshot of
> > > >> DynAPI2)
> > > >> visit the DynAPI homepage (and FAQ) ::
> > > >> http://dynapi.sourceforge.net/dynapi/index.php?menu=1
> > > >> Browse (and search) the mailinglist here:
> > > >> http://www.mail-archive.com/index.php3?hunt=dynapi
> > > >>
> > > >>
> > > >> ----- Original Message -----
> > > >> From: "Gregor Brandt" <[EMAIL PROTECTED]>
> > > >> To: <[EMAIL PROTECTED]>
> > > >> Sent: Tuesday, April 10, 2001 12:29 AM
> > > >> Subject: [Dynapi-Help] NS4.75 DynAPI 2.51
> > > >>
> > > >> > I have just started to use DynAPI, with 2.5 being my first version.
> > > >> >
> > > >> > I have written some code that works perfectly in IE5.5 and NS6, but
> > > >> > fails under NS4.75 (Windows and Linux). Chances are pretty good
> > > >> that I
> > > >> > am doing something wrong, but if its a library problem, I want to
> > > >> help
> > > >> > fix it.
> > > >> >
> > > >> > problem 1 is that DynLayers are not getting onclick messages.
> > > >> > problem 2 is that all my DynLayers disappear when I resize the
> > > >> window.
> > > >> >
> > > >> > I have searched the lists and tried some of the suggestions I found
> > > >> > there but am having no luck.
> > > >> >
> > > >> > If anybody can help me, or point me in the right direction for a
> > > >> fix, I
> > > >> > would appreciate it.
> > > >> >
> > > >> > Gregor
> > > >> >
> > > >> > _______________________________________________
> > > >> > Dynapi-Help mailing list
> > > >> > [EMAIL PROTECTED]
> > > >> > http://lists.sourceforge.net/lists/listinfo/dynapi-help
> > > >> >
> > >
> > > > _______________________________________________
> > > > Dynapi-Help mailing list
> > > > [EMAIL PROTECTED]
> > > > http://lists.sourceforge.net/lists/listinfo/dynapi-help
> > >
> > > _______________________________________________
> > > Dynapi-Help mailing list
> > > [EMAIL PROTECTED]
> > > http://lists.sourceforge.net/lists/listinfo/dynapi-help
> >
> > _______________________________________________
> > Dynapi-Help mailing list
> > [EMAIL PROTECTED]
> > http://lists.sourceforge.net/lists/listinfo/dynapi-help
> >
>
> _______________________________________________
> Dynapi-Help mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/dynapi-help
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help