14,983
edits
(→ideas) |
|||
| Line 61: | Line 61: | ||
tested on version: mysqlnd 5.0.7-dev - 091210 | tested on version: mysqlnd 5.0.7-dev - 091210 | ||
== redirect/reload to (another) page == | |||
* HTML: [http://www.instant-web-site-tools.com/html-redirect.html html redirect] | |||
* PHP: | |||
** header() to new location [http://php.net/manual/en/function.header.php PHP: header - Manual] | |||
** echo HTML redirect | |||
* Javascript | |||
** [http://www.tizag.com/javascriptT/javascriptredirect.php Javascript Tutorial - Redirect] | |||
** iframe - [http://av5.com/docs/changing-parent-window-s-url-from-iframe-content.html Changing parent window's URL from IFRAME content - AV5] | |||
** iframe (reload) - parent.location.reload(); | |||
== ideas == | == ideas == | ||