14,983
edits
(→ideas) |
|||
| Line 63: | Line 63: | ||
== redirect/reload to (another) page == | == redirect/reload to (another) page == | ||
redirect | |||
* HTML: [http://www.instant-web-site-tools.com/html-redirect.html html redirect] | * HTML: [http://www.instant-web-site-tools.com/html-redirect.html html redirect] | ||
* PHP: | * PHP: | ||
| Line 70: | Line 71: | ||
** [http://www.tizag.com/javascriptT/javascriptredirect.php Javascript Tutorial - Redirect] | ** [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 - [http://av5.com/docs/changing-parent-window-s-url-from-iframe-content.html Changing parent window's URL from IFRAME content - AV5] | ||
reload | |||
* Javascript | |||
** iframe (reload) - parent.location.reload(); | ** iframe (reload) - parent.location.reload(); | ||