此回复为自动发出,仅用于显示而已,并无任何其他特殊作用
楼主【zsdicky】截止到2008-07-05 01:46:24的历史汇总数据(不包括此帖):
发帖的总数量:0                        发帖的总分数:0                        
结贴的总数量:0                        结贴的总分数:0                        
无满意结贴数:0                        无满意结贴分:0                        
未结的帖子数:0                        未结的总分数:0                        
结贴的百分比:---------------------结分的百分比:---------------------
无满意结贴率:---------------------无满意结分率:---------------------
如何结贴请参考这里:http://topic.csdn.net/u/20080501/09/ef7ba1b3-6466-49f6-9d92-36fe6d471dd1.html

解决方案 »

  1.   


    <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>