&nbsp;<input id="txtBirthday" runat="server" class="type" name="txtBirthday"  onclick='SelectDate("<% =txtBirthday.ClientID%>")'   size="35" type="text" />
运行后 竟然变成
                    &nbsp;<input name="ctl00$ContentPlaceHolder1$txtBirthday" type="text" id="ctl00_ContentPlaceHolder1_txtBirthday" class="type" onclick="SelectDate(&quot;&quot;)" size="35" value="2007-09-02" />
取ClientID 没起作用啊,并且自动把<转换成html标记了