日期:2014-05-17 浏览次数:20500 次
<html> <head> </head> <script> function checks(){ window.location.href='2.htm?test='+document.getElementsByTagName("input")[0].value; } </script> <body> <table> <tr> <td align="center"> <input name="bet_score" type=text class="STYLE2" value="0:0" size=7 onclick="checks();"> </td> <td align="center"> <input name=new_place type=text class="STYLE2" value=" <?=$row['M_Place']?>" size=10> </td> <td align="center"> <input name=new_rate type=text class="STYLE2" value=" <?=$row['M_Rate']?>" size=10> </td> <td> <input name=new_bet type=text class="STYLE2" value=" <?=number_format($row['BetScore'],1)?>"size=10> </td> <td><input type="button" onclick="checks();"></td> </tr> </table> </body> </html>