Windows 7 Thread, allow cd rom on compatible list in Technical; We run win 7 and ie9.
We have an older cd rom that has html files on, ie9 can't handle ...
-
8th February 2012, 02:15 PM #1
- Rep Power
- 0
allow cd rom on compatible list
We run win 7 and ie9.
We have an older cd rom that has html files on, ie9 can't handle them and just gives blank window. I know it ok in ie 8. Vendor has said we have to use compatability mode in ie.
How do i add D:\content to the comp list. it only seems to want http address.
-
-
IDG Tech News
-
8th February 2012, 02:35 PM #2 couldnt you just copy it to a server?
-
-
8th February 2012, 02:46 PM #3 I would do what Sted said and copy the files to an (internal) web server. By default, IE9 displays intranet sites in IE8 compatibility mode.
-
-
8th February 2012, 05:07 PM #4
- Rep Power
- 0
trouble is the main part of the software is an exe file.
Its one of these flash based book systems that allows you to open pdf and html resources.
How would a web server handle the exe.
-
-
8th February 2012, 06:59 PM #5 I'd set the various advanced settings using Group Policy preferences.
FYI: You need this hotfix on the PC that is creating (or maybe just editing too, not sure) the Group Policy Object if you want the GPP's to apply to IE9.
-
-
9th February 2012, 11:22 AM #6
- Rep Power
- 0
theres a policy that i've set locally for testing that works.
"Turn On Internet Explorer 7 Standards Mode"
If enabled it works.
however i not very good on web stuff. what impact would it have if this setting was applied accross the site. Would we get other issues?
i dont want a situation where i fix one thing for a few users yet break more things for every one.
Basically do i need to be aware of anythink using this standards mode?
-
-
9th February 2012, 10:24 PM #7 
Originally Posted by
GoodheadDC
I dont want a situation where i fix one thing for a few users yet break more things for every one.
Another option would be to add the line shown in red below to each HTML file on the CD-ROM (make sure it is placed straight after the <head> tag). This will force IE9 to render the page in the same way IE7 would.
Code:
<html>
<head>
<!-- Mimic Internet Explorer 7 -->
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" >
<title>My webpage</title>
</head>
<body>
<p>...</p>
</body>
</html>
Try it with one of the HTML files first and if that works, you could use a program like TextCrawler to quickly add it to all of the other files.
-
SHARE:
Similar Threads
-
By Geoff in forum IT News
Replies: 80
Last Post: 21st April 2008, 03:05 PM
-
By tomscaper in forum Windows
Replies: 2
Last Post: 6th March 2008, 04:31 PM
-
By atfnet in forum Educational Software
Replies: 0
Last Post: 19th June 2007, 09:17 AM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules