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

Notification

Icon
Error

Options
Go to last post Go to first unread
Juli3n  
#1 Posted : Thursday, April 3, 2008 1:25:44 AM(UTC)
Juli3n

Rank: Member

Groups: Member
Joined: 3/22/2008(UTC)
Posts: 13

Hello,

Iam trying to replacing standard button send by a link. I use this but nothing happens. :

Quote:
<a href="#" onclick="getImageUploader('ImageUploaderID').Send();">click</a>

What is the good procedure ?

Thanks and sorry for my english...

Edited by user Thursday, April 3, 2008 7:01:15 PM(UTC)  | Reason: Not specified

Eugene Kosmin  
#2 Posted : Thursday, April 3, 2008 12:17:16 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,

Could you post your full IU embedding code here?

I suspect that you are using different Image Uploader IDs:

Code:
function CustomSend()
{
   // "ImageUploader" is the same ID as used in ImageUploaderWriter()
    getImageUploader("ImageUploader").Send();
}

var iu = new ImageUploaderWriter("ImageUploader", 800, 600);
…
iu.writeHtml();
Best regards,

Eugene Kosmin

The Aurigma Development Team

Juli3n  
#3 Posted : Thursday, April 3, 2008 7:01:04 PM(UTC)
Juli3n

Rank: Member

Groups: Member
Joined: 3/22/2008(UTC)
Posts: 13

You are right ! I used a wrong ID !

Thanks a lot :d/

Eugene Kosmin  
#4 Posted : Thursday, April 3, 2008 8:18:23 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)
You are welcome…

Best regards,

Eugene Kosmin

The Aurigma Development Team

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.