|
Posted by Manuel Lemos on 06/14/05 05:15
Hello,
on 06/13/2005 02:28 PM Kall, Bruce A. said the following:
> Is there a way to post a form to a url without having a user submit from
> the form?
>
> I have a php web page that is a detailed form with a lot of fields. If
> the user does some work on this form and let's it sit, their session can
> time out (I had this happen to the user after it sat for 2 hours). Is
> there some way to have a timer in the page and have partial form results
> sent back to the server, but still leave the form on the screen as-is?
> In other words, I want to have the client periodically post the form
> data back to the server, but leave the same web page displayed.
Simple, user the target attribute of the form to specify the name of
frame (zero sized if you want the user to not see the results).
--
Regards,
Manuel Lemos
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/
Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html
Navigation:
[Reply to this message]
|