home *** CD-ROM | disk | FTP | other *** search
/ 41-134-104-147.dsl.mweb.co.za / 41-134-104-147.dsl.mweb.co.za.tar / 41-134-104-147.dsl.mweb.co.za / frmThankyou.aspx < prev    next >
Text File  |  2010-08-20  |  629b  |  13 lines

  1. ∩╗┐<%@ Page Title="" Language="VB" MasterPageFile="~/HealthCard.master" AutoEventWireup="false" CodeFile="frmThankyou.aspx.vb" Inherits="frmThankyou" %>
  2.  
  3. <asp:Content ID="Content1" ContentPlaceHolderID="cntPageTitle" Runat="Server">
  4.     <h1>
  5.         Interactive</h1>
  6. </asp:Content>
  7. <asp:Content ID="Content2" ContentPlaceHolderID="cntBody" Runat="Server">
  8. Thank you for your submission.  Your enquiry has been forwarded to HealthCard. You will be contacted shortly<br />
  9.     <asp:ImageButton ID="ImageButton1" runat="server" 
  10.         ImageUrl="~/images/new_home.jpg" PostBackUrl="~/enquiries.aspx" />
  11. </asp:Content>
  12.  
  13.