Server IP : 103.6.199.200 / Your IP : 3.144.93.14 Web Server : Microsoft-IIS/10.0 System : Windows NT EMPUSA 10.0 build 20348 (Windows Server 2016) i586 User : EMPUSA$ ( 0) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Domains/iscommy2/ws.i-3s.com.my/i3sWebService2/ |
Upload File : |
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Return.aspx.cs" Inherits="i3sWebService.Return" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="CACHE-CONTROL" content="NO-CACHE" /> <meta http-equiv="PRAGMA" content="NO-CACHE" /> <meta http-equiv="EXPIRES" content="-1" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <!-- Apple devices fullscreen --> <meta name="apple-mobile-web-app-capable" content="yes" /> <!-- Apple devices fullscreen --> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> <title></title> <style type="text/css"> #i3sLogo { height: 90px; } </style> </head> <body> <input type="hidden" id="ord_date" runat="server" /> <input type="hidden" id="ord_totalamt" runat="server" /> <input type="hidden" id="ord_mercID" runat="server" /> <input type="hidden" id="ord_mercref" runat="server" /> <input type="hidden" id="ord_returnURL" runat="server" /> <input type="hidden" id="auth_token" runat="server" /> <input type="hidden" id="merchant_hashvalue" runat="server" /> <input type="hidden" id="assignment_account" runat="server" /> <input type="hidden" id="assignment_amount" runat="server" /> <input type="hidden" id="wcID" runat="server" /> <input type="hidden" id="ord_key" runat="server" /> <input type="hidden" id="returncode" runat="server" /> <form id="form1" runat="server" method="post"> <div> <table> <thead style="align-content:center"> <tr> <td> </td> <td colspan="3" align="center"> <img id="i3sLogo" src="http://www.ws.i-3s.com.my/i3sWebService/Images/i3s_logo_full.png"/> </td> <td> </td> </tr> </thead> <tbody> <tr> <td colspan="5"> </td> </tr> <tr> <td> </td> <td>Payment Status</td> <td>:</td> <td><span runat="server" id="lblreturncode"></span></td> <td> </td> </tr> <tr> <td> </td> <td>Payment Reference No.</td> <td>:</td> <td><label runat="server" id="lblord_mercref"></label></td> <td> </td> </tr> <tr> <td> </td> <td>Transaction Date</td> <td>:</td> <td><label runat="server" id="lblord_date"></label></td> <td> </td> </tr> <tr> <td> </td> <td>Payment Amount (RM)</td> <td>:</td> <td><label runat="server" id="lblamount"></label></td> <td> </td> </tr> </tbody> <tfoot> <tr> <td colspan="5"> </td> </tr> </tfoot> </table> </div> </form> </body> </html>