Forum Moderators: open
Here is the script.
------------------
<SCRIPT>
function getSelect(s) {
return s.options[s.selectedIndex].value
}
</SCRIPT>
------------------
The error I get is "required attribute 'TYPE' not specified". Does anyone know what I need to do to fix this to make it validate correctly?
Thanks
Dean