View Single Post
  #603  
Old 04-30-2011, 07:17 PM
mce mce is offline
Senior Membrane
 
Join Date: Jul 2010
Posts: 116
mce is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Currently looking into this:

http://msdn.microsoft.com/en-us/libr...=vs.85%29.aspx

Seems IE9 and possibly IE8 had different compatibility modes.

The following meta tag may be needed in the head section of the .hta file.

<meta http-equiv="X-UA-Compatible" content="IE=4"> <!-- IE5 mode -->
Reply With Quote