| 1 | <%@ Page Language="vb" AutoEventWireup="false" Codebehind="PopMail.aspx.vb" Inherits="Article1.PopMail4" %> |
| 2 | <%@ Register TagPrefix="cc1" namespace="DPM" Assembly="DPM" %> |
| 3 | <cc1:alliance id="Alliance1" runat="server"></cc1:alliance> |
| 4 | <form id="Form1" method="post" runat="server"> |
| 5 | <table width="100%"> |
| 6 | <tr> |
| 7 | <td align="right" width="50%">Server :</td> |
| 8 | <td align="left" width="50%"> |
| 9 | <asp:textbox id="Srv" runat="server" Width="328px"></asp:textbox> |
| 10 | </td> |
| 11 | </tr> |
| 12 | <tr> |
| 13 | <td align="right" width="50%">User :</td> |
| 14 | <td align="left" width="50%"> |
| 15 | <asp:textbox id="Usr" runat="server" Width="328px" Wrap="False"></asp:textbox></td> |
| 16 | </tr> |
| 17 | <tr> |
| 18 | <td align="right" width="50%">Password :</td> |
| 19 | <td align="left" width="50%"> |
| 20 | <asp:textbox id="Passwd" runat="server" Width="328px" TextMode="Password"></asp:textbox></td> |
| 21 | </tr> |
| 22 | <tr> |
| 23 | <td align="right" width="50%"></td> |
| 24 | <td align="left" width="50%"> |
| 25 | <asp:button id="Button1" runat="server" Text="Get Mail"></asp:button></td> |
| 26 | </tr> |
| 27 | <tr> |
| 28 | <td align="middle" colSpan="2"> |
| 29 | <asp:literal id="Answer" runat="server" Text="&nbsp;"></asp:literal></td> |
| 30 | </tr> |
| 31 | <tr> |
| 32 | <td align="middle" colSpan="2"> |
| 33 | <asp:table id="AnswerTable" runat="server" Visible="false" BackColor="LightGrey"></asp:table></td> |
| 34 | </tr> |
| 35 | </table> |
| 36 | </form> |
| 37 | <cc1:alliance id="Alliance2" runat="server" Type="Bottom"></cc1:alliance> |