<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Enquiry.aspx.vb" Inherits="Enquiry" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Welcome To yash Clinic</title> <meta name=""><meta name=""> <link rel="shortcut icon" type="image/x-icon" href="Images/favicon.ico"> <style type="text/css"> body,td,th { font-family: Verdana, Geneva, sans-serif; font-size: 12px; } body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } .white { color: #000; } .copy { color: #FFF; } .TEXT { color: #FFF; } .TEXT { color: #F00; } .TEXT table tr td div { color: #FFF; } .APPLY { font-size: 12px; } .APL { font-size: 12px; } .pl { font-size: 12px; } .toptext { font-size: 13px; color: #BC0000; } #botm {font-size: 10px; } a:link { color: #900; text-decoration: none; } a:visited { text-decoration: none; color: #900; } a:hover { text-decoration: underline; color: #000; } a:active { text-decoration: none; color: #900; } .style2 { width: 488px; height: 356px; } .style3 { width: 91px; text-align: center; } .lok {font-size: 11px; } .sdsd {color: #FFF; } .style12 { width: 91px; height: 75px; text-align: left; } .style13 { height: 75px; } .style16 { width: 91px; height: 36px; } .style17 { height: 36px; } .style19 { height: 42px; } .style20 { width: 91px; height: 42px; text-align: center; } .style24 { width: 91px; height: 19px; text-align: left; } .style25 { height: 19px; } .style26 { height: 48px; } .style27 { width: 91px; height: 41px; text-align: left; } .style28 { height: 41px; } .style29 { width: 91px; height: 33px; text-align: left; } .style30 { height: 33px; } .style31 { height: 38px; text-align: left; width: 91px; } .style32 { width: 91px; text-align: left; } </style> </head> <body onload="MM_preloadImages('Images/o1.jpg','Images/o2.jpg','Images/o3.jpg','Images/o4.jpg','Images/o5.jpg','Images/o6.jpg','Images/o7.jpg','Images/o8.jpg')"> <form id="form1" runat="server"> <table width="538" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="538"> </td> </tr> <tr> <td><table width="539" border="0" align="center" cellpadding="0" cellspacing="0" background="Images/middem.jpg"> <tr> <td width="539" height="21"><strong>Enquiry </strong></td> </tr> <tr> <td> </td> </tr> <tr> <td> <table align="center" cellpadding="0" cellspacing="0" class="style2"> <tr> <td class="style27"> Name :</td> <td class="style28"> <asp:TextBox ID="txtname" runat="server" Width="279px"></asp:TextBox> <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="txtname" ErrorMessage="*" style="font-size: small; color: #CC0000; font-weight: 700"></asp:RequiredFieldValidator> </td> </tr> <tr> <td class="style12"> Address :</td> <td class="style13"> <asp:TextBox ID="TextBox1" runat="server" Height="43px" TextMode="MultiLine" Width="274px"></asp:TextBox> <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox1" ErrorMessage="*" style="font-size: small; color: #CC0000; font-weight: 700"></asp:RequiredFieldValidator> </td> </tr> <tr> <td class="style31">Email_ID :</td> <td class="style26"> <asp:TextBox ID="txtemail" runat="server" Width="279px"></asp:TextBox> <asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" ControlToValidate="txtemail" ErrorMessage="Invalid Email" style="color: #CC0000; font-weight: 700" ValidationExpression="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*"></asp:RegularExpressionValidator> <asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ControlToValidate="txtemail" ErrorMessage="*" style="font-size: small; color: #CC0000; font-weight: 700"></asp:RequiredFieldValidator> </td> </tr> <tr> <td class="style29"> Contact no. :</td> <td class="style30"> <asp:TextBox ID="txtcontact" runat="server" Width="279px"></asp:TextBox> <asp:RequiredFieldValidator ID="RequiredFieldValidator4" runat="server" ControlToValidate="txtcontact" ErrorMessage="*" style="font-size: small; color: #CC0000; font-weight: 700"></asp:RequiredFieldValidator> </td> </tr> <tr> <td class="style24"> </td> <td class="style25"> </td> </tr> <tr> <td class="style32">Message :</td> <td height="35"><asp:TextBox ID="txtmsg" runat="server" Height="75px" TextMode="MultiLine" Width="347px" style="text-align: left"></asp:TextBox> <asp:RequiredFieldValidator ID="RequiredFieldValidator5" runat="server" ControlToValidate="txtmsg" ErrorMessage="*" style="font-size: small; color: #CC0000; font-weight: 700"></asp:RequiredFieldValidator> </td> </tr> <tr> <td class="style3"> </td> <td> </td> </tr> <tr> <td class="style20"> </td> <td class="style19"> <asp:Button ID="Button1" runat="server" Text="Send" Width="72px" /> </td> </tr> <tr> <td class="style16"> </td> <td class="style17"> <asp:Label ID="Label1" runat="server" style="color: #CC0000; font-size: small; "></asp:Label> </td> </tr> </table> </td> </tr> </table></td> </tr> </table> </form> <script type="text/javascript"> var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"SpryAssets/SpryMenuBarRightHover.gif"}); var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"SpryAssets/SpryMenuBarRightHover.gif"}); </script> </body> </html>