下面这些代码就是我用js生成的代码但是不知道如何获取里面TEXTAREA的值<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD vAlign=top>
<DIV><INPUT type=file onchange=viewmypic(showimg1,this); name=File></DIV>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD><IMG id=showimg1 style="DISPLAY: none; HEIGHT: 75px" alt=预览图片 src="" name=showimg1>&nbsp;</TD>
<TD width=80 height=75><INPUT id=radio type=radio CHECKED value=1 name=CaseFace>设为封面</TD></TR></TBODY></TABLE></TD>
<TD><TEXTAREA id=textarea onblur=inputPhotoContentblur(this) onfocus=inputPhotoContent(this); name=textarea rows=6 cols=48>在此输入该图片的描述信息</TEXTAREA></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD vAlign=top>
<DIV><INPUT type=file onchange=viewmypic(showimg2,this); name=File></DIV>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD><IMG id=showimg2 style="DISPLAY: none; HEIGHT: 75px" alt=预览图片 src="" name=showimg2>&nbsp;</TD>
<TD width=80 height=75><INPUT id=radio type=radio value=1 name=CaseFace>设为封面</TD></TR></TBODY></TABLE></TD>
<TD><TEXTAREA id=textarea onblur=inputPhotoContentblur(this) onfocus=inputPhotoContent(this); name=textarea rows=6 cols=48>在此输入该图片的描述信息</TEXTAREA></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD vAlign=top>
<DIV><INPUT type=file onchange=viewmypic(showimg3,this); name=File></DIV>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD><IMG id=showimg3 style="DISPLAY: none; HEIGHT: 75px" alt=预览图片 src="" name=showimg3>&nbsp;</TD>
<TD width=80 height=75><INPUT id=radio type=radio value=1 name=CaseFace>设为封面</TD></TR></TBODY></TABLE></TD>
<TD><TEXTAREA id=textarea onblur=inputPhotoContentblur(this) onfocus=inputPhotoContent(this); name=textarea rows=6 cols=48>在此输入该图片的描述信息</TEXTAREA></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD vAlign=top>
<DIV><INPUT type=file onchange=viewmypic(showimg4,this); name=File></DIV>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD><IMG id=showimg4 style="DISPLAY: none; HEIGHT: 75px" alt=预览图片 src="" name=showimg4>&nbsp;</TD>
<TD width=80 height=75><INPUT id=radio type=radio value=1 name=CaseFace>设为封面</TD></TR></TBODY></TABLE></TD>
<TD><TEXTAREA id=textarea onblur=inputPhotoContentblur(this) onfocus=inputPhotoContent(this); name=textarea rows=6 cols=48>在此输入该图片的描述信息</TEXTAREA></TD></TR></TBODY></TABLE>请高手们指点,感激不尽!