Simon MacDonald wrote:
> To correct my own code
>
> if (eValue =='discipline1') {
>
> should be
>
> if (eValue =='1') {
>
> However I think Hugh's solution is better if you are generating the html via
> php
>
> Simon
>
Thank you both, so far it is working splendidly:
http://www.dottedi.biz/code/ajax/test/index.php
Next up I begin on the ratings part.
-Bob