Hola,
Prueba esto:
Código Javascript
:
Ver originalfunction quick_reply(post_id) {
if (document.getElementByName('talleSelect').selectedIndex==8 && !isNaN(document.getElementByName('multiplicar').value)){
newQuantity=8*document.getElementByName('multiplicar').value;}
}
Como ves, he cambiado getElementById por getElementByName, espero que sirva...
Saludos!