Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

AJAX error


Go to End


1205 Views

Avatar
Tonyair

Community Member, 81 Posts

12 July 2010 at 12:56pm

Edited: 12/07/2010 1:01pm

Hello, I was looking all over internet in two languages why one simple ajax request works under IE, but isn't under webkit browsers (Chrome and Safari).
Uncaught Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7 (Google Chromium JS Console only for XHTML Strict)

Don't use   in an AJAX response.

Like that:
<div class="status"><span class="type">$Type</span>&nbsp;$Status</div>
Rem: it's w3c valid