ASSP development mailing list <assp-test@lists.sourceforge.net>
schreibt:
>Maybe I do not entirely understand, but what id you just use  
>method="GET", then all url args are passed in the url, and a refresh  
>would maintain all the last settings.

Actually we are using the "GET" method. 

The refresh will maintain the last request, the browser repeats the
request, sending the same URL and form data to the web server again.
If the last request was a submit, all the data entered on the form is
part of the request.
So, if your last submit contains the "?colorline=1" and you change
colorline to off (colorline=0) and you click refresh, ?colorline=1
will be set again. This is not what we want in this case.

Using POST here and clicking "refresh" would pop up the dialog box,
you are mentioning (confirm to submit), the Browser will not pop up
the box if GET is used.



------------------------------------------------------------------------------
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
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to