鹤壁电销版 自用

testform.aspx 679B

123456789101112131415161718192021222324
  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="testform.aspx.cs" Inherits="HySoft.BaseCallCenter.Web.testform" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head runat="server">
  5. <title></title>
  6. <script type="text/javascript">
  7. function TestFunction(res) {
  8. alert(res);
  9. document.getElementById("t1").value = res;
  10. }
  11. </script>
  12. </head>
  13. <body>
  14. <form id="form1" runat="server">
  15. <div>
  16. fdsafdas
  17. </div><asp:textbox ID="t1" runat="server"></asp:textbox>
  18. </form>
  19. </body>
  20. </html>