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

Notification

Icon
Error

Options
Go to last post Go to first unread
disarray  
#1 Posted : Monday, July 30, 2007 3:51:30 AM(UTC)
disarray

Rank: Member

Groups: Member
Joined: 7/30/2007(UTC)
Posts: 1

Hi,

I'm implementing the Image Uploader on our web site right now. When my application embeds a ThumbnailWriter, the browser crashes. This only happens in Internet Explorer using the Java applet Image Uploader:

Code:
var tn = new ThumbnailWriter("Thumbnail" + uniqueId, 70, 70);

//Copy codebase and version settings from ImageUploaderWriter instance.
tn.activeXControlCodeBase = iu.activeXControlCodeBase;
tn.activeXControlVersion = iu.activeXControlVersion;
tn.activeXControlEnabled = iu.activeXControlEnabled;
tn.javaAppletCodeBase = iu.javaAppletCodeBase;
tn.javaAppletCached = iu.javaAppletCached;
tn.javaAppletVersion = iu.javaAppletVersion;
tn.addParam("BackgroundColor", "#000000");

tn.addParam("ParentControlName", "ImageUploader1");
tn.addParam("Guid", imageUploader1.getUploadFileGuid(index));

document.write( tn.getHtml() );


Any ideas on why that would crash IE?

Edited by user Saturday, February 23, 2008 1:05:26 AM(UTC)  | Reason: Not specified



Supernova Interactive
860 Richmond St. W – Suite 100
Toronto, ON M6J 1C9
www.supernova.com
George Ulyanov  
#2 Posted : Tuesday, July 31, 2007 5:38:48 PM(UTC)
George Ulyanov

Rank: Advanced Member

Groups: Member
Joined: 7/26/2006(UTC)
Posts: 203

Hello,

Please post the entire code or URL to your page with Image Uploader.

Edited by user Saturday, February 23, 2008 1:06:11 AM(UTC)  | Reason: Not specified

Best regards,
George Ulyanov
Users browsing this topic
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.