Hi,
ich arbeite mit AJAX und lese das object per javascript ein -> replace funktioniert
*Wozu* irgendwas "replacen"?
var o = JSON.parse('{"flaglink":"http:\/\/domain\/users\/flag.png"}');
alert(o.flaglink);
-> liefert http://domain/users/flag.png
Und auch ohne native JSON-Unterstützung im Browser,
eval('var o = {"flaglink":"http:\/\/domain\/users\/flag.png"}');
alert(o.flaglink);
Du hast Probleme, die keine sind ...
MfG ChrisB
--
RGB is totally confusing - I mean, at least #C0FFEE should be brown, right?
RGB is totally confusing - I mean, at least #C0FFEE should be brown, right?