<textarea name="sequence" cols="75" rows="3">GGAGTGAGGG GAGCAGTTGG CTGAAGATGG TCCCCGCCGA GGGACCGGTG GGCGACGGCG 60
AGCTGTGGCA GACCTGGCTT CCTAACCACG TCCGTGTTCT TGCGGCTCCG GGAGGGACTG 120 </textarea> <br>
<input type=text name=id2 value="Sequence 2" size=30>
<a href="javascript: strcomp2 ()" onmouseover="window.status='Complementary sequence'; return true" onmouseout="window.status=''; return true"><font size=-1>C</font></a>
<br>
<textarea name="sequence2" cols="75" rows="3">CGCATGCGGA GTGAGGGGAG CAGTTGGGAA CAGATGGTCC CCGCCGAGGG ACCGGTGGGC 60
GACGGCCAGC TGTGGCAGAC CTGGCTTCCT AACCACGGAA CGTTCTTTCC GCTCCGGGAG 120 </textarea>
hai friends,
I copied piece of my coding .here i am getting two informations in two seperate text area.actually what is my aim is that charcters in both the sequence should match and checking process should be one by one for example 'first G' in the first sequence should match with the 'first C'in the second sequenceand then 'second G 'in first sequence should match with the 'second G'in the second sequence. similarly the rest of the thing.finally we have to find out maximum matching characters.please tel me any function is there to check this process easily instead of writing codes in loop. Thanking u