You are not logged in.
Pages: 1
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
Hi Folks,
I'm still getting nowhere with this problem - can anyone offer ANY! suggestions
Thanks
Offline
Pages: 1