Page 2 of 2
Posted: Wed Sep 28, 2005 5:01 pm
by vchris
I've tried and doesn't work...
Posted: Wed Sep 28, 2005 5:14 pm
by Burrito
dunno what to tell you, if you did what I said to do, it should work:
you can see mine working here:
http://69.16.148.110/test.htm
Posted: Wed Sep 28, 2005 5:22 pm
by vchris
I also did some testing like that and it worked but not on my page...
The thing is it's about a hockey team. The admin will enter the location of the hockey game. Home game are "Clarence" or "Rockland". I have an if statement and when it sees clarence or rockland it display the text in blue so people know its at home but if it's different its another color. I just want it to minize typing errors.
If you know a better way to do this tell me.
Posted: Wed Sep 28, 2005 5:43 pm
by Maugrim_The_Reaper
Might try adding id values (same as name values). Think I remember some issue with form values under XHTML Transitional in Firefox or IE6... Long time ago...
Posted: Wed Sep 28, 2005 6:08 pm
by vchris
I just tried adding IDs and still doesn't work...