Kevin

天高任鸟飞,海阔凭鱼跃

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
  23 随笔 :: 0 文章 :: 39 评论 :: 0 引用
<%@ Page Language=”VB” %>
<html xmlns=”http://www.w3.org/1999/xhtml” >
<head runat=”server”>
<title>Using JavaScript</title>
</head>

<body onload=”javascript:document.forms[0][‘TextBox1’].value=Date();”>
<form id=”form1” runat=”server”>
<div>
<asp:TextBox ID=”TextBox1” Runat=”server” Width=300></asp:TextBox>
</div>
</form>
</body>
</html>
posted on 2005-12-29 20:38 Kevin 阅读(78) 评论(0) 编辑 收藏