home *** CD-ROM | disk | FTP | other *** search
/ 74.208.221.89 / 74.208.221.89.zip / 74.208.221.89 / manage / go2.aspx < prev    next >
Text File  |  2015-03-15  |  914b  |  25 lines

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Untitled Document</title>
  6. </head>
  7.  
  8. <body>
  9. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  10.   <tr>
  11.     <td height="30" align="center">YOU ARE BEING FORWARDED TO <%= ucase(Request.Querystring("z")) %></td>
  12.   </tr>
  13.   <tr>
  14.     <td height="30" align="center">Please use the below method to make payment</td>
  15.   </tr>
  16.   <tr>
  17.     <td height="30" align="center">Tips and Payment information</td>
  18.   </tr>
  19.   <tr>
  20.     <td height="30" align="center"><a href="go1.aspx?s=<%= Request.Querystring("s") %>&v=<%= Request.Querystring("v") %>&z=<%= Request.Querystring("z") %>" target="_blank">CONTINUE</a></td>
  21.   </tr>
  22. </table>
  23. </body>
  24. </html>
  25.