Welcome Guest Search | Active Topics | Sign In | Register

Postback with Firefox 3 Options
Philipp Jenni
Posted: Tuesday, August 12, 2008 3:21:59 AM
Rank: Advanced Member
Groups: Member

Joined: 6/9/2007
Posts: 98
Hi,

I have created a server browser control and added this to your editor control. i use the
Code: JavaScript
document.getElementById('eo_editor_insertlink_url').value = myvalue;

to set the value from my control to your control. This method works fine with internet explorer 6,7. But when i use firefox 3 to test the control, then raise the firefox always a postback, when i set the eo_editor_insertlink_url field with the described codeline.

When i comment out this code in my control then works it fine with firefox, but the value was not write in your control.

Have you any idees why these is so?

Thanks Philipp
eo_support
Posted: Tuesday, August 12, 2008 7:35:05 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,088
Hi,

I think you mixed Id and Name. "'eo_editor_insertlink_url" is the name of the element, not the ID of the element. Thus getElementById not suppose to work.

Thanks


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.