Welcome Guest Search | Active Topics | Members

IU loading issue in IE 7 Options
Abdul Rehman
Posted: Tuesday, August 19, 2008 6:51:12 AM
Rank: Newbie
Groups: Member

Joined: 8/18/2008
Posts: 3
Points: 9
I got a message for installing some Activex while IU gui loading in IE. Can I avoid this message for my users and Activex downloads without user interaction. Any help regarding this issue will be appreciated.
Fedor
Posted: Tuesday, August 19, 2008 12:51:06 PM

Rank: Advanced Member
Groups: Administration , Member

Joined: 7/28/2003
Posts: 1,254
Points: -345
Location: WA, US
Quote:
I got a message for installing some Activex while IU gui loading in IE. Can I avoid this message for my users and Activex downloads without user interaction. Any help regarding this issue will be appreciated.


There is no way to avoid this security message as it is by Microsoft Internet Explorer design.

Best regards,
Fedor Skvortsov
Abdul Rehman
Posted: Tuesday, August 19, 2008 12:58:05 PM
Rank: Newbie
Groups: Member

Joined: 8/18/2008
Posts: 3
Points: 9
Actually we want Java uploader download to test for all browsers. We don't need any ActiveX for IE. How can I accomplish this so on all browsers we have Java uploader only.
Fedor
Posted: Tuesday, August 19, 2008 1:40:42 PM

Rank: Advanced Member
Groups: Administration , Member

Joined: 7/28/2003
Posts: 1,254
Points: -345
Location: WA, US
Java applets by default doesn't have access to file system. In order to go out of Java sandbox the applets should be signed and request from user the permission for file access. That's why there is no avoid Java security message.

Best regards,
Fedor Skvortsov
bmd2k1
Posted: Tuesday, August 19, 2008 1:53:48 PM
Rank: Newbie
Groups: Member

Joined: 8/19/2008
Posts: 2
Points: 6
I guess the issue still is not clear.

We downloaded the trial version of the Uploader......and want to test ONLY the Java version in ALL browsers.

It's fine in FF and Safari.....but in IE....it is the ActiveX version that is coming up when we test. How do we force only the Java version to be active for IE users ?


Thanks.
-Brian
Fedor
Posted: Tuesday, August 19, 2008 2:42:20 PM

Rank: Advanced Member
Groups: Administration , Member

Joined: 7/28/2003
Posts: 1,254
Points: -345
Location: WA, US
Quote:
It's fine in FF and Safari.....but in IE....it is the ActiveX version that is coming up when we test. How do we force only the Java version to be active for IE users ?


I am sorry for misunderstanding. Just add in your code iu.activeXControlEnabled = false:

Code:
<script type="text/javascript">
var iu = new ImageUploaderWriter("ImageUploader1", 610, 500);

iu.activeXControlEnabled = false;
...
</script>


It will force iuembed.js script to load Java applet only.

Best regards,
Fedor Skvortsov
bmd2k1
Posted: Tuesday, August 19, 2008 3:55:14 PM
Rank: Newbie
Groups: Member

Joined: 8/19/2008
Posts: 2
Points: 6
Excellent.

Thanks....I will pass this on to Rehman.



-Brian
Users browsing this topic
Guest


Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Main Forum RSS : RSS

YAFVision Theme Created by Jaben Cargman (Tiny Gecko)
Yet Another Forum.net version 1.9.1.6 running under Cuyahoga.
Copyright © 2003-2006 Yet Another Forum.net. All rights reserved.