扫一扫
分享文章到微信
扫一扫
关注官方公众号
至顶头条
作者:朱先忠编译 来源:天极开发 2007年11月3日
关键字:
... <head id="Head1" runat="server"> <title>Zip Code Information Service - Atlas JavaScript Conduit Client</title> <atlas:ScriptManager ID="scriptManager" runat="server" EnableScriptComponents="true"> <Services> <atlas:ServiceReference Path="ZipCodeConduitService.asmx" /> </Services> </atlas:ScriptManager> <script type="text/xml-script"> <page xmlns:script= "http://schemas.microsoft.com/xml-script/2005"> <components> <webRequestManager batchSize="5" enableBatching="true" batchDelay="3000" /> </components> </page> </script> </head> ... |
... <form id="ZipCodeConduitClient" runat="server" ></form> <h4> Enter ZipCodes: 1> <input id="textZipCode1" /> 2> <input id="textZipCode2" /> 3> <input id="textZipCode3" /> <input id="buttonZipCode" type="button" value="Get Information" onclick="return OnbuttonZipCode_click()" /> </h4> <table border="1" cellpadding="5" cellspacing="2"> <tr> <td></td> <td><asp:Label ID="corelationId1" runat="server" Text="."/></td> <td><asp:Label ID="corelationId2" runat="server" Text="."/></td> <td><asp:Label ID="corelationId3" runat="server" Text="."/></td> </tr> <tr> <td>ZipCode</td> <td><asp:Label ID="zipCode1" runat="server" Text="."/></td> <td><asp:Label ID="zipCode2" runat="server" Text="."/></td> <td><asp:Label ID="zipCode3" runat="server" Text="."/></td> </tr> ... <tr> <td></td> <td><asp:Label id="message1" runat="server" Text="."/></td> <td><asp:Label id="message2" runat="server" Text="."/></td> <td><asp:Label id="message3" runat="server" Text="."/></td> </tr> </table> <br /> <asp:Label ID="message" runat="server" BorderStyle="Groove" BackColor="#FF8080" BorderWidth="1px" Font-Bold="True" ForeColor="White">Ready</asp:Label> ... |
<script type="text/javascript" language="JavaScript"> function OnbuttonZipCode_click() { document.getElementById('message').innerHTML = "Retrieving Information..."; if (document.getElementById('textZipCode1').value.length > 0) { service = ZipCodeConduitService.GetZipCodeInfo("1", document.getElementById('textZipCode1').value, OnComplete, //完成事件 OnTimeout, //超时事件 OnError // 出错事件 ); } ... } return false; } ... </script> |
如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。
现场直击|2021世界人工智能大会
直击5G创新地带,就在2021MWC上海
5G已至 转型当时——服务提供商如何把握转型的绝佳时机
寻找自己的Flag
华为开发者大会2020(Cloud)- 科技行者