Home
Programming Tips
HTML Tips
Programming Tips
HTML Tips | HTML Tips |
|
| Monday, 11 December 2006 | |
|
This section contain HTML Tips. Tip 1. Howto redirect a page to another webpage/website --------------------------------------------------------------------------- Changing 'content' value to 5 will delay redirection with 5 seconds. <html> <head> <meta http-equiv="REFRESH" content="0; URL=http://www.example.com"> </head> </html> |
|
| Last Updated ( Monday, 11 December 2006 ) |

