Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
Abdul Rehman  
#1 Posted : Monday, August 18, 2008 10:51:12 PM(UTC)
Abdul Rehman

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.
Fedor  
#2 Posted : Tuesday, August 19, 2008 4:51:06 AM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

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
Abdul Rehman  
#3 Posted : Tuesday, August 19, 2008 4:58:05 AM(UTC)
Abdul Rehman

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.
Fedor  
#4 Posted : Tuesday, August 19, 2008 5:40:42 AM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

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
bmd2k1  
#5 Posted : Tuesday, August 19, 2008 5:53:48 AM(UTC)
bmd2k1

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
Fedor  
#6 Posted : Tuesday, August 19, 2008 6:42:20 AM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

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
bmd2k1  
#7 Posted : Tuesday, August 19, 2008 7:55:14 AM(UTC)
bmd2k1

Rank: Newbie

Groups: Member
Joined: 8/19/2008(UTC)
Posts: 4

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.