Server IP : 103.6.199.200 / Your IP : 3.147.65.111 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/tradepan/gotone.trade-panel.com/wwwroot/ |
Upload File : |
<%@ page language="C#" autoeventwireup="true" inherits="test333, App_Web_9fiet0d_" %> <!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 runat="server"> <title>Untitled Page</title> <script language="javascript" > function submit_by_test() { alert(document.getElementById("demo1").value); var x = document.getElementById("form1"); x[0].submit(); } function submit_by_name() { obj = { "command":"QREG", "email":document.getElementById("ll_email").value, "phone":document.getElementById("ll_phone").value, "member_name":document.getElementById("ll_name").value , "ac1":"4567pass" }; dbParam = JSON.stringify(obj); xmlhttp = new XMLHttpRequest(); xmlhttp.onreadystatechange = function() { if ( (this.readyState == 4 || this.readyState == 3 ) && this.status == 200) { myObj = JSON.parse(this.responseText); document.getElementById("demo2").innerHTML = myObj.username; /* for (x in myObj) { txt += myObj[x].name + "<br>"; }*/ document.getElementById("demo").innerHTML = txt; } }; xmlhttp.open("POST", "AMPM.ashx", true); xmlhttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded"); xmlhttp.send("member_name=abu&email=444&phone=444&ac1=44444" + dbParam); } </script> </head> <body> <form id="form1" method="post" action="AmPM.ashx" name="form1" > <div> <p id="demo" ></p> <p id="demo2" ></p> email <input type="text" name="l_email" id= "ll_email" /> phone <input type="text" name="l_phone" id= "ll_phone" /> name <input type="text" name="l_name" id= "ll_name" /> pass <input type="text" name="l_pass" id= "ll_pass" /> <input type="text" name="demo1" id= "demo1" /> <input type="button" name="submit_test" id="btn_test" value="test" onclick="return btn_test_onclick()" /> <input type="button" name="submit_name" id="btn_name" onclick="submit_by_name()" /> </div> </form> <script type="text/javascript"> window.__lc = window.__lc || {}; window.__lc.license = 10712672; (function() { var lc = document.createElement('script'); lc.type = 'text/javascript'; lc.async = true; lc.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn.livechatinc.com/tracking.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(lc, s); })();function btn_test_onclick() { } </script> <noscript> <a href="https://www.livechatinc.com/chat-with/10712672/" rel="nofollow">Chat with us</a>, powered by <a href="https://www.livechatinc.com/?welcome" rel="noopener nofollow" target="_blank">LiveChat</a> </noscript> <form id="form2" runat="server" > <asp:Button ID="Button1" runat="server" Text="Button" OnClick="Button1_Click" /> </form> <img src="https://securepay.e-ghl.com/IPG/assets3/img/alipay.png" /> </body> </html>