ASP.NET
<%--start date and time--%>
<asp:ScriptManager ID="ScriptManager1" runat="server" >
</asp:ScriptManager>
<asp:UpdatePanel ID="UpdatePanel1" runat="server" style="width: 50px;">
<ContentTemplate >
<asp:Timer ID="Timer1" runat="server" Interval="1000" OnTick="Timer1_Tick" ></asp:Timer>
<div style="direction:ltr; width: 50px;" >
<asp:Label ID="Clock" runat="server" > </asp:Label>
</div>
</ContentTemplate>
</asp:UpdatePanel>
<%--end date and time--%>
התיבת חיפוש מצריכה להיות בתוך form משלה אחרת כל כפתור אחר בטופס גם יעשה לי חיפוש בגוגל
תיבת חיפוש
<div id="search">
<form id="cse-search-box" action="http://google.com/cse">
<input type="hidden" name="cx" value="http://www.google.com/search" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" name="q" size="31" />
<input type="submit" name="sa" value="Search" />
</form>
<img src="http://www.google.com/cse/images/google_custom_search_smwide.gif">
</div>