Link to home
Start Free TrialLog in
Avatar of GegH
GegHFlag for New Zealand

asked on

Iframe issue in IE9

I have an number of Intranet pages that use Iframes to show folders on the network, however the folders and documents aren't showing.

The Iframe will show a website, but not a network location. It worked before but i had to rebuild my machine which upgraded IE to 9 and changed security settings.

Any Ideas?
Avatar of Michel Plungjan
Michel Plungjan
Flag of Denmark image

I do not have access to ie9 but my guess is a simple setting
http://technet.microsoft.com/en-us/library/dd346862.aspx
Avatar of GegH

ASKER

Thankyou. It's all enabled still to no avail.

I use a script to allow  it to see windows explorer:

<script>
function explorer(pDir)
{
var ws = new ActiveXObject("WScript.Shell");
ws.Run("explorer " + pDir);
}
</script>

Possibly this is the problem, it seems the Iframe is working because websites show up in it?
ASKER CERTIFIED SOLUTION
Avatar of Michel Plungjan
Michel Plungjan
Flag of Denmark image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of GegH

ASKER

security is at its lowest