Argh! Why does this concatenate?
Ok here's my code:
if(document.q1form.sel1.selectedIndex ==1){
parent.opener.document.form1.scores.value+=1 //this line makes the input in the opener concatenate. The input type is set to hidden.
thescore+=1}
else{
thescore+=0
}
Why is this happening??????
TIA
__________________
\'sync\' <cr>
The name specified is not recognized as an internal or external command, operable program or batch file.
|