Rank: Newbie
Groups: Member
Joined: 5/5/2008(UTC) Posts: 2
|
After upgrading to 4.7, the java applet (in firefox) and active x control (in IE) now open in a new window. Previously, the objects were embedded right on the page. Now, they open up in their own pages. All I did was replace iuembed.js, the jar and cab files, and update my page to have the correct versions: iu.javaAppletVersion = "2.7.0.0"; iu.activeXControlVersion = "4,7,0,0"; Do I need to do something special so that the object opens up on the existing page as it previously worked? Thanks! Mike
|
|
|
|
Rank: Advanced Member
Groups: Member, Administration, Moderator Joined: 9/19/2006(UTC) Posts: 491
Was thanked: 30 time(s) in 30 post(s)
|
Hello, You did all right. Image Uploader should work on its own page too. There are no special actions needed. |
Best regards, Eugene Kosmin The Aurigma Development Team
|
|
|
|
Rank: Newbie
Groups: Member
Joined: 5/5/2008(UTC) Posts: 2
|
FYI, To resolve the problem I had to tweak the iuembed.js file: this.writeHtml=function(){ //document.write(this.getHtml()); document.getElementById('imageUploader').innerHTML = this.getHtml(); } I was using ajax to fetch the uploader source and then render it on the page...the document.write was causing a new window to spawn.
|
|
|
|
Rank: Advanced Member
Groups: Member, Administration, Moderator Joined: 8/3/2003(UTC) Posts: 1,070
Thanks: 1 times Was thanked: 12 time(s) in 12 post(s)
|
Thank you for your answer. |
|
|
|
|
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.