English
<!-- Add the following code to the <body> area--> <script language=javascript> var arr=new Array() arr[0]="一一一一一"; arr[1]="二Two two two two"; arr[2]="three three three three three"; </script> <select onchange="zz.cells[this.selectedIndex].innerHTML=arr[this.selectedIndex]"> <option value =a>Change the first grid</option> <option value=a>Change the second grid</option> <option value=a>Change the third grid</option> </select> <table id=zz border= 1> <tr height=20> <td width=150>First frame</td> <td width=150>Second frame</td> <td width=150>Third frame</td> </tr > </table>