home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1998 November / PCO_1198.ISO / filesbbs / os2 / os2www.arj / OS2WWW.ZIP / SYS406.R8 / POWERWEB / REGPERS.NXT < prev    next >
Encoding:
Text File  |  1997-06-16  |  3.6 KB  |  148 lines

  1. <!-- Chained from register.htm -->
  2.  
  3. <!--#Begin -->
  4.  
  5. <HEAD>
  6. <TITLE>Personal Details</TITLE>
  7. </HEAD>
  8.  
  9. <!--#if !defined=IPAddress -->
  10.  
  11.     <BODY text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000" bgcolor="#FFFFFF">
  12.  
  13.     <font size=2 face="arial,helv" color="#ff0000">
  14.     <h3>Your browser did not send the posted form details.</h3>
  15.     <font size=-1>
  16.  
  17.     <p>
  18.     <b>Please go back to the <a href="/powerweb/register.htm">registration page</a> and re-submit it.</b>
  19.  
  20. <!--#elif or
  21.         empty            =    EMail
  22.         !@EMail        ?    "@"
  23.     -->
  24.  
  25.     <BODY text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000" bgcolor="#FFFFFF">
  26.  
  27.     <font size=2 face="arial,helv" color="#ff0000">
  28.     <h3>You did not fill in the E-Mail id field correctly.</h3>
  29.  
  30.     <b>Please go back and re-submit after correcting.</b>
  31.     <p>
  32.     Please check that your e-mail id contains both your user name and
  33.     your fully qualified host name.
  34.     <br>For example, ours is: <i>source@iaccess.za</i>
  35.  
  36. <!--#elif
  37.         empty            =    Method
  38.     -->
  39.  
  40.     <BODY text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000" bgcolor="#FFFFFF">
  41.  
  42.     <font size=2 face="arial,helv" color="#ff0000">
  43.     <h3>You did not fill in a Payment Method.</h3>
  44.  
  45.     <b>Please go back and re-submit after correcting.</b>
  46.  
  47. <!--#elif
  48.         empty            =    Platform
  49.     -->
  50.  
  51.     <BODY text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000" bgcolor="#FFFFFF">
  52.  
  53.     <font size=2 face="arial,helv" color="#ff0000">
  54.     <h3>You did not fill in your Server's Operating System Platform.</h3>
  55.  
  56.     <b>Please go back and re-submit after correcting.</b>
  57.  
  58. <!--#elif or
  59.         empty            =    IPAddress
  60.         !@IPAddress    ?    "."
  61.          attrib        =    size
  62.          @IPAddress    <    5
  63.     -->
  64.  
  65.     <BODY text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000" bgcolor="#FFFFFF">
  66.  
  67.     <font size=2 face="arial,helv" color="#ff0000">
  68.     <h3>You did not fill in your Server's IP Address.</h3>
  69.  
  70.     <b>Please go back and re-submit after correcting.</b>
  71.     <p>
  72.     Please check that your IP Address is in dotted decimal notation
  73.     and has four components to it.
  74.     <br>For example, ours is: <i>196.31.1.61</i>
  75.  
  76. <!--#elif
  77.         empty            =    Host
  78.     -->
  79.  
  80.     <BODY text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000" bgcolor="#FFFFFF">
  81.  
  82.     <font size=2 face="arial,helv" color="#ff0000">
  83.     <h3>You did not fill in the Server Hostname correctly.</h3>
  84.  
  85.     <b>Please go back and re-submit after correcting.</b>
  86.     <p>
  87.     Please check that your server host name is a complete fully
  88.     qualified host name, and not just a local alias.
  89.     <br>For example, ours is: <i>www.compusource.co.za</i>
  90.  
  91. <!--#else -->
  92.  
  93.     <BODY text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000" bgcolor="#F0F0F0">
  94.  
  95.     <font size=-1 face="helv,arial">
  96.  
  97. <table width=100% border=1 cellpadding=0 cellspacing=0>
  98.  
  99. <tr bgcolor="#000080">
  100. <th colspan=3>
  101. <font face=helv color="#FFFFFF">
  102. Personal Details
  103. </font>
  104. </th></tr>
  105.  
  106. <tr><td colspan=3 align=right bgcolor="#ffffff"><font face=helv size=-1>
  107. <b> </b></font></td></tr>
  108. </table>
  109.  
  110.  
  111.     <!--#if @Method=1 -->
  112.     
  113.         <!--#if @Connection:/RemoteAddress?196.22.129. -->
  114.         <Form Action="https://www.bankgate.com/set/SETPay.htm" Method=POST>
  115.         <!--#else -->
  116.         <Form Action="PayCC.nxt" Method=POST>
  117.         <!--#endif -->
  118.     
  119.     <!--#elif @Method=2 -->
  120.     
  121.         <Form Action="PayCheq.nxt" Method=POST>
  122.     
  123.     <!--#elif @Method=3 -->
  124.     
  125.         <Form Action="PayTrans.nxt" Method=POST>
  126.     
  127.     <!--#elif @Method=4 -->
  128.     
  129.         <Form Action="PayCash.nxt" Method=POST>
  130.     
  131.     <!--#else -->
  132.         
  133.         <h2>Error - this page is not intended to be loaded directly.</h2>
  134.     
  135.     <!--#endif -->
  136.     
  137.     <!--#include virtual="/powerweb/details.inc" -->
  138.     
  139.     <Input Type=Submit Value="Next: Payment Details">
  140.     
  141.     </Form>
  142.     
  143. <!--#endif -->
  144.  
  145. <!--#Copyright -->
  146. <!--#End -->
  147.  
  148.