

























<%@ 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>
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。