| 1 | <%@ Page Language="vb" AutoEventWireup="false" Codebehind="email.aspx.vb" Inherits="Article1.email" %> |
| 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 id="Table1" width="100%"> |
| 6 | <tr runat="server" id="sorryRow"> |
| 7 | <td colspan="4" align="middle">You can only send one mail every minute, Please |
| 8 | Call back later</td> |
| 9 | </tr> |
| 10 | <tr runat="server" id="mailRow"> |
| 11 | <td width="50%" align="right">Enter Email Address : </td> |
| 12 | <td> |
| 13 | <asp:textbox id="Eaddress" runat="server"></asp:textbox> |
| 14 | </td> |
| 15 | <td> |
| 16 | <asp:button id="Button1" runat="server" Text="Send Mail"></asp:button></td> |
| 17 | <td width="50%"></td> |
| 18 | </tr> |
| 19 | </table> |
| 20 | </form> |
| 21 | <cc1:alliance id="Alliance2" runat="server" Type="Bottom"></cc1:alliance> |