Categories
Internet Explorer Solutions Web

How to force Internet Explorer to view a page in a specific version mode.

Internet Explorer 7
Internet Explorer 7 (Photo credit: Wikipedia)

Meta tags can be used to force Internet Explorer(IE) browser to use a specific standards mode. The X-UA-Compatible meta tag tells IE what view mode to use to render the current page.

Here is how to emulate different browser modes using meta tags:

Emulate IE 7:

<meta http-equiv="X-UA-Compatible" content="IE=7">

Emulate IE 8:

<meta http-equiv="X-UA-Compatible" content="IE=8">

Emulate IE 9:

<meta http-equiv="X-UA-Compatible" content="IE=9">

If the end client visits the page on a browser that is older than the specifed view mode (eg. User has IE 8 but view mode forces IE 9), the browser will ignore the meta tag and render the page the best way it can.

Categories
Solutions Web Windows

How to Change Proxy Setting in Internet Explorer

Internet Explorer 7 Logo
Internet Explorer 7 Logo (Photo credit: dannysullivan)

Here are the steps to change the Proxy settings in Internet Explorer:

  1. Open Internet Explorer and select Tools from the menu bar.
  2. Select Internet Options.
  3. Select the Connections Tab.
  4. Select LAN Settings.
  5. Check the two tick boxes under Proxy Server.
  6. Enter your Proxy server name and the port number in their respective edit boxes.
  7. Click on OK.
  8. Close and re-open your Internet Explorer and you should be good to go!
Enhanced by Zemanta