Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2008-01-01 10:51:40

quiraang
New member
Registered: 2008-01-01
Posts: 3

Works in Firefox not in IE7

I'm using a Prototype Ajax.Request to pull some text from  a php5 script and put it in the Xinha editor. It works in Firefox 2 but not in IE7.

This is the code which responds to the successful request (with debug alerts):

function updatePage(request) {

    var rt = request.responseText;
    rt = decodeURIComponent(rt);
    alert("Incoming: " + rt);
    xinha_editors.editbox.setHTML(xinha_editors.editbox.inwardHtml(rt));
    alert("Other side" + rt);

}

In FF you get both alerts and the text in the editor. In ie7 you get the first alert and no text in the editor - no apparent errors being reported

Have a look at: http://www.quiraang.com/lsedit2/LSEdit0_1.htm

This is driving me mental!!!!

Offline

#2 2008-01-05 11:42:44

quiraang
New member
Registered: 2008-01-01
Posts: 3

Re: Works in Firefox not in IE7

Hi Folks,

I'm still getting nowhere with this problem - can anyone offer ANY! suggestions
Thanks

Offline

Board footer

Powered by FluxBB