Hi gang:

The error was simply one of variable type in javascript.

In the statement:

document.getElementById(id2).checked = true;

I used id2 = 'c' + id[2] + id[3] and by doing so unknowingly made the result an array instead of a string. In some other languages it would have worked -- and did work for some browsers -- but failed in IE.

However, once that was fixed, the critter works for most current browsers (IE6+, Safari , FF, Opera).

For those interested, here's the finished version:

http://webbytedd.com/quarters/

Thanks for all the help.

Cheers,

tedd

--
-------
http://sperling.com  http://ancientstones.com  http://earthstones.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to