Hi !

I implemented a cookie based loader to workaround my loadpanel problem. It works fine
(but require a server side language, I used PHP)
For the 4k size limit, I split my files into 4k cookies... and dont forget to destroy
the cookie when you do not need it anymore :)

Michael Pemberton wrote:

> this is something also available with my java version.
>
> it all comes down to how hard you are willing to work to get around the use of
> java.  my java version has the following features:
>     - eliminates syncro problems by not returning until all data is downloaded
>     - unlimited download size, not limited to 4k size of cookie
>     - (IE Only) Allows for the sending of larger amounts of data using the POST
> method.
>     - allows for accessing html of layer after loading (even in NS4)
>     - allows for execution of JS contained in <script> tags
>     - smaller memory use.  does not require creatioin of additional objects other
> than the
>       applet, thus reducing the number of DHTML objects used.
>     - can be used to dynamically download widgets and other DynAPI components
> after
>       the page has finished rendering without the need for reloading.
>       (requires some slight aleration of widget code)
>
> And, with the use of the php patch submitted a few days ago, it becomes possible
> to work around the security issues of loading external urls.
>
> Nicolas MASSART wrote:
>
> > I found something interessant in the Richar's info site...
> >
> > http://www.richardinfo.f2s.com/dynapi/Doc_Oliver_Examples/Form_Submitting.html
> >
> > _______________________________________________
> > Dynapi-Help mailing list
> > [EMAIL PROTECTED]
> > http://lists.sourceforge.net/lists/listinfo/dynapi-help
>
> --
> Michael Pemberton
> [EMAIL PROTECTED]
> ICQ: 12107010
>
> _______________________________________________
> Dynapi-Help mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/dynapi-help

--
----------------------------------------
Nicolas MASSART
mail : [EMAIL PROTECTED]

Coleebris
12, av de Versailles 75016 PARIS
web : http://www.coleebris.com/
tel : 01 40 50 60 47
fax : 01 40 50 67 66
----------------------------------------



_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to