php-db | 2001062
Date: 06/28/01
- Next message: Dobromir Velev: "Re: [PHP-DB] delay script"
- Previous message: Attila Strauss: "Re: [PHP-DB] delay script"
- In reply to: Jennifer Arcino Demeterio: "[PHP-DB] delay script"
- Next in thread: Marty Landman: "Re: [PHP-DB] delay script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, Jun 28, 2001 at 11:09:47AM +0800, Jennifer Arcino Demeterio wrote :
> hello!
>
> does anyone knows how to delay a display of a certain page ... for example,
> if i will click on "logout" button, it will show a page which will say
> "logging out" then after 5 seconds it will redirect to the login page.
1) Use meta REFRESH Tag (search google)
2) Use JavaScript (see setTimeout func or so)
prefer #1
- Markus
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Dobromir Velev: "Re: [PHP-DB] delay script"
- Previous message: Attila Strauss: "Re: [PHP-DB] delay script"
- In reply to: Jennifer Arcino Demeterio: "[PHP-DB] delay script"
- Next in thread: Marty Landman: "Re: [PHP-DB] delay script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

