validation headache | 8:30 am | 28 October 2002
Getting the comments working has screwed up my validation and I’m not sure how to fix it. Basically, it’s choking on the new MoveableType JavaScript:
window.open(c,
'comments'
'width=480,height=480,scrollbars=yes,status=yes');}
cannot be interpreted as utf-8. Anyone?

October 30th, 2002 at 11:20 am
cannot be interpreted as utf-8??
but i do see a comma missing after ‘comments’ and also an extra closing parenthesis
October 31st, 2002 at 6:40 am
So it should be like
window.open(c,
‘comments,’
‘width=480,height=480,scrollbars=yes,status=yes’);}
Ugh. Hjalp!
November 1st, 2002 at 2:19 pm
um, not quite
you stuck the comma inside ‘comments,’ where it will do no good, and the extra closing parenthisis is still there
of course, this is still not necessarily the utf-8 problem…