Invoking the Google Chrome frame for your web page
If you are a web developer and you want Internet Explorer users who come to your site with the Google Chrome frame plug-in installed to see your page rendered by the Google Chrome engine instead of the usual IE engine, you can do this by adding a meta tag in the header section of the HTML for your page.
Here's the code you need to add:
Here's the code you need to add:
<meta http-equiv="X-UA-Compatible" content="chrome=1">
| Rating: | no ratings, 0 total Votes |
| Categories: | Internet Explorer Google Chrome plug-in HTML |
| Added: | on Sep 25, 2009 at 2:52 pm |
| Added By: | an anonymous user |
| Searches: | chrome google html plug-in explorer |

