日期:2014-05-19  浏览次数:20441 次

分不多。求高手帮助。急~~~~~~~~~~~~~~~~~。在线等
后台:
Page.RegisterStartupScript( " ",   " <script> alert( 'Error '); </script> ");    
//弹出提示信息。

前台:
<td   class= "tdGreen0011 "   width= "7% ">
<input   type= "text "   id   = "txtBestBeforeDate_ <%#   Container.ItemIndex   +   1   %> "   name   = "txtBestBeforeDate_ <%#   Container.ItemIndex   +   1   %> "   maxlength=10  
class= "inputNum   imeDisabled "   value= ' <%#   DataBinder.Eval(Container,   "DataItem.BestBeforeDate ")   %> '   tabIndex= " <%#   Container.ItemIndex   *   12   +   28   %> ">
</td>

//reapter   控间的其中一行。

问题:当点击弹出的提示信息的“确定”以后,让reapter   中的   这一行的文本框   清空并且获取焦点。

------解决方案--------------------
upupupup