I just got the validation part figured out, also. In the modules/attributes.php file I changed this:
Code:
onChange="changePicture(this.value);
to this:
Code:
onchange="changepicture(this.value);
And in the includes/modules/pages/product_info/jscript_main.php, I changed this:
Code:
function changePicture(pValue)
to this:
Code:
function changepicture(pValue)
And got a valid markup.......and it all still works! W3C says....."No Caps" in that type of script.
WooHoo! I'm a happy camper, now!
Nick, I sure do appreciate all the help, and for putting up with me.