dynagirl

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?

no comments on “validation headache”

  1. rudy

    cannot be interpreted as utf-8??

    but i do see a comma missing after ‘comments’ and also an extra closing parenthesis

  2. Miriam

    So it should be like
    window.open(c,
    ‘comments,’
    ‘width=480,height=480,scrollbars=yes,status=yes’);}

    Ugh. Hjalp!

  3. rudy

    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…

your comment

required
required

Site design and content c.1997-2009