Rank: Newbie
Groups: Member
Joined: 8/17/2008(UTC) Posts: 4
|
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.
|
|
|
|
Rank: Advanced Member
Groups: Member, Administration, Moderator Joined: 7/28/2003(UTC) Posts: 1,659
Thanks: 5 times Was thanked: 76 time(s) in 74 post(s)
|
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
|
|
|
|
Rank: Newbie
Groups: Member
Joined: 8/17/2008(UTC) Posts: 4
|
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.
|
|
|
|
Rank: Advanced Member
Groups: Member, Administration, Moderator Joined: 7/28/2003(UTC) Posts: 1,659
Thanks: 5 times Was thanked: 76 time(s) in 74 post(s)
|
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
|
|
|
|
Rank: Newbie
Groups: Member
Joined: 8/19/2008(UTC) Posts: 4
|
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
|
|
|
|
Rank: Advanced Member
Groups: Member, Administration, Moderator Joined: 7/28/2003(UTC) Posts: 1,659
Thanks: 5 times Was thanked: 76 time(s) in 74 post(s)
|
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. Edited by user Wednesday, October 29, 2008 12:33:28 PM(UTC)
| Reason: Not specified |
Best regards, Fedor Skvortsov
|
|
|
|
Rank: Newbie
Groups: Member
Joined: 8/19/2008(UTC) Posts: 4
|
Excellent.
Thanks....I will pass this on to Rehman.
-Brian
|
|
|
|
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.