洛阳中航光电项目,为12年项目,此处使用反编译工具恢复源码,恢复为.netframe4.0版本,但仍需使用ie8访问; 数据库使用oracle,现再192.168.8.3服务器,访问账户scott,密码800100

WebForm1.aspx 2.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="LYZHGDWeb.WebForm1" %>
  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 language="javascript">
  7. function mm() {
  8. var tel = '123';
  9. window.setTimeout("aa('" + tel + "')", 2000);
  10. // var m = '300-123456';
  11. // alert(m.indexOf('0300'));
  12. // document.getElementById("txt").style.width = "400px";
  13. // //window.location.reload();
  14. }
  15. function aa(str) {
  16. alert(str);
  17. }
  18. </script>
  19. </head>
  20. <body >
  21. <form id="form1" runat="server">
  22. <asp:Label ID="lbmes" runat="server"></asp:Label>
  23. <input type="text" value="11111" id="txt" /><%--style="border:#FF0000 0PX;"--%>
  24. <table border="0" cellpadding="0" cellspacing="0" width="100px">
  25. <tr bgcolor="#ffffff">
  26. <td style=" border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;">
  27. <img src="" alt="传真信息" name="viewArea" id="viewArea" style=" cursor:hand; height:100px;width:100px;" runat="server" />
  28. </td>
  29. </tr>
  30. <tr>
  31. <td style="border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;">
  32. <img src="" alt="传真信息" name="viewArea" id="viewArea1" runat="server" onclick="mm()" style="height:100px;width:100px;"/>
  33. <asp:DropDownList ID="DropDownList1" runat="server">
  34. </asp:DropDownList>
  35. <asp:ListBox ID="ListBox1" runat="server"></asp:ListBox>
  36. <select id="Select1" name="D1">
  37. <option></option>
  38. </select></td>
  39. </tr>
  40. </table>
  41. <asp:Button ID="Button1" runat="server" Text="Button" />
  42. </form>
  43. </body>
  44. </html>