i m pretty new to programming...
i have a textarea to output the answer i got from calculations...it's something like this.
answer.value=ans(1)+ans(2)+ans(3)+ans(4)....+ans(100)
ans
=codon(x)
DIM Codon
Redim Codon(65)
codon(0)="Phe "
codon(1)="Phe "
codon(2)="Leu "
...
codon(100)="blah "
okay.i want make the codon(25) and codon(35) displayed in a different color or highlight it. i just can't figure it out. or is there another way around to display those messages?
please help me..
i have a textarea to output the answer i got from calculations...it's something like this.
answer.value=ans(1)+ans(2)+ans(3)+ans(4)....+ans(100)
ans
DIM Codon
Redim Codon(65)
codon(0)="Phe "
codon(1)="Phe "
codon(2)="Leu "
...
codon(100)="blah "
okay.i want make the codon(25) and codon(35) displayed in a different color or highlight it. i just can't figure it out. or is there another way around to display those messages?
please help me..