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

Notification

Icon
Error

Options
Go to last post Go to first unread
shawno  
#1 Posted : Wednesday, May 30, 2007 3:57:58 AM(UTC)
shawno

Rank: Advanced Member

Groups: Member
Joined: 1/15/2005(UTC)
Posts: 62

Thanks: 1 times
Hey guys,

Just a quick question - I was reading this today but was unable to find out is there a place in your code that checks the clients PC to see if the uploader is installed or if it is NOT installed in IE only?

Our aim here is to show a different template to our users for those that DON'T have the uploader installed on their PC in IE only to help guide them through the ActiveX installation.

Thanks again

Edited by user Tuesday, October 28, 2008 7:23:41 AM(UTC)  | Reason: Not specified

Eugene Kosmin  
#2 Posted : Monday, June 4, 2007 7:04:08 PM(UTC)
Eugene Kosmin

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 9/19/2006(UTC)
Posts: 505

Was thanked: 41 time(s) in 41 post(s)
Hello,

In IE you can try to use something like this:

Code:
var iu = new ImageUploaderWriter("ImageUploader", 800,  600);
…
alert(iu.getActiveXInstalled());

Edited by user Tuesday, October 28, 2008 7:23:19 AM(UTC)  | Reason: Not specified

Best regards,

Eugene Kosmin

The Aurigma Development Team

shawno  
#3 Posted : Monday, June 4, 2007 10:33:00 PM(UTC)
shawno

Rank: Advanced Member

Groups: Member
Joined: 1/15/2005(UTC)
Posts: 62

Thanks: 1 times
Thanks.

Will give that a whirl.....

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.