内嵌浏览器

来源:互联网 发布:linux wine运行exe 编辑:程序博客网 时间:2024/04/29 15:18
  1. <body>
  2.     <form id="form1" runat="server">
  3.     <div><asp:DropDownList ID="ddlDictSrc" runat="server">
  4.     <asp:ListItem Value="Baidu">百度</asp:ListItem>
  5.     <asp:ListItem Value="Kugou">酷狗</asp:ListItem>
  6.     <asp:ListItem Value="QQmusic">QQ音乐</asp:ListItem>
  7.     <asp:ListItem Value="verycd">电驴</asp:ListItem>
  8.     <asp:ListItem Value="Xunlei">迅雷</asp:ListItem>
  9.     </asp:DropDownList>
  10.     
  11.     <asp:TextBox ID="txtWord" runat="server"></asp:TextBox>
  12.     <asp:Button ID="btnStartDict" runat="server" Text="搜索更多" OnClick="btnStartDict_Click" />
  13.     <div id="divDict" runat="server" visible="false">
  14.     <div style="position:absolute; width: 809px; height: 480px; top: 89px; left: 33px; background-color: #333333; z-index: 100;"></div>
  15.         <asp:Label ID="LabMessage" runat="server" Style="z-index: 103; left: 336px; position: absolute;
  16.             top: 16px" Width="213px"></asp:Label>
  17.     <div style="position:absolute; width: 793px; height: 480px; top: 70px; left: 30px; background-color: #FFCC99; z-index: 102;">
  18.         <div style="background-color:#800000; color:White; text-align: center;">
  19.             字典/搜尋
  20.             <asp:Button ID="btnClsDict" runat="server" Text="后退" />
  21.         </div>
  22.         <iframe id="ifrmDict" name="ifrmDict" runat="server" width="640px" height="460px" style="z-index: 100; left: 2px; width: 788px; position: absolute; top: 25px; height: 453px"></iframe>
  23.     </div>
  24. </div>
  25.     </div>
  26.     </form>
  27. </body>

原创粉丝点击