Re: [PHP] Quarters -- ERRORS --

2008-04-14 Thread Peter Ford
tedd wrote: Hi gang: Sorry for the lame app, but the program worked for Safari (Mac and Win). However, I did get it to work for FF and a couple of other browsers (Mac and Win), see again: http://webbytedd.com/quarters But the critter is dead in the water for all versions of IE -- if -- I

Re: [PHP] Quarters -- ERRORS --

2008-04-14 Thread tedd
What you talkin' bout? Document.getElementById() works fine in IE5 and later. There must be some other error. The error was that I was passing the id as an array and not as a string. What's interesting is that only IE's would not accept that mistake. Cheers, tedd -- ---

[PHP] Quarters -- ERRORS --

2008-04-11 Thread tedd
Hi gang: Sorry for the lame app, but the program worked for Safari (Mac and Win). However, I did get it to work for FF and a couple of other browsers (Mac and Win), see again: http://webbytedd.com/quarters But the critter is dead in the water for all versions of IE -- if -- I don't figure

Re: [PHP] Quarters -- ERRORS --

2008-04-11 Thread Kirk . Johnson
tedd [EMAIL PROTECTED] wrote on 04/11/2008 02:49:21 PM: But the critter is dead in the water for all versions of IE -- if -- I don't figure out a way around the following single statement. document.getElementById(id).checked = true; After reading a bunch, it seems that M$ has a better

Re: [PHP] Quarters -- ERRORS --

2008-04-11 Thread Nathan Nobbe
On Fri, Apr 11, 2008 at 4:49 PM, tedd [EMAIL PROTECTED] wrote: Hi gang: Sorry for the lame app, but the program worked for Safari (Mac and Win). However, I did get it to work for FF and a couple of other browsers (Mac and Win), see again: http://webbytedd.com/quarters But the critter is