> > At first glance, in your message I noticed that the second backslash ( > \"checkbox"\ ) is after the double quote. The backslash should be before the > double quote for proper escaping in JavaScript. That could be your problem > possibly. Not a PHP question really. However, at a guess I would say *neither* of the backslashes should be there, so it is a string literal, otherwise I'd say it would be an invalid variable name. Hence the error. -- Niel Archer -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php