Page Forwarding using Meta Tag
This code goes in the <Header> along with all other Meta info.
<meta http-equiv="REFRESH" content="0; url=page.php"> |
|
July 18, 2008Page Forwarding using Meta TagThis code goes in the <Header> along with all other Meta info. View Code HTML
Creating a Pop Up Window with JavascriptHere is how to create a simple pop-up window using java script. This will create a pop-up window on page load: View Code JAVASCRIPT
Here is how to create a Pop Up Window from a link: View Code JAVASCRIPT
This part goes in the link tag: View Code HTML
July 1, 2008Creating a perminent redirect in the .htaccess fileA search engine friendly way to redirect an old page to a new one is to add the following line in your .htaccess file. “Redirect permanent /old-page.html http://www.newsite.com/new-page.html” Direct the ErrorDocument 404 to a webpageIf you would like the “404 Webpage Not Found” error to redirect to another page on your website – just simply create (or edit) your .htaccess file. This file should be at the root level of your site’s directory where your root webpages are stored. Add the following line: “ErrorDocument 404 /pagename.html” |
||||
| © - Digital Epiphany Designs, Online Portfolio for Web Design, Custom Programming, Grapic Design and Game Design. | |||||