Server IP : 103.6.199.200 / Your IP : 18.218.95.236 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/gotonepay.com/wwwroot/ |
Upload File : |
<%@ page language="C#" autoeventwireup="true" inherits="test123, App_Web_khi2w1wm" %> <!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 src="https://code.jquery.com/jquery-2.2.3.min.js"></script> <script src="Member/js/jquery.blink.js"></script> <script> $(document).ready(function() { $('.blink').blink({ delay: 200 }); $('#stop').click(function() { $('.blink').unblink(); }); $('#stop2').click(function() { $('.blink2').unblink(); }); }); </script> </head> <body style="background-color:Blue " > <form id="form1" runat="server"> <div> <span class="blink">this<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label></span> <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="Button" Width="138px" /> <asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="Stage 1" Width="150px" /> <asp:Button ID="Button5" runat="server" OnClick="Button5_Click1" Text="Stage 2" Width="150px" /> <asp:Button ID="Button3" runat="server" OnClick="Button3_Click" Text="Button" Width="153px" /> <asp:Button ID="Button4" runat="server" OnClick="Button4_Click" Text="Button" Width="158px" /> <asp:Button ID="Button6" runat="server" OnClick="Button6_Click" Text="Button" /> <asp:Button ID="Button7" runat="server" OnClick="Button7_Click" Text="Login" Width="124px" /> <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> <asp:TextBox ID="TextBox2" runat="server"></asp:TextBox> <iframe src="Bancus.aspx" style="border:none; " ></iframe> <script> document.getElementById('TextBox1').addEventListener('change', function(){ // alert( this.value); var dd1 = document.getElementById('TextBox2'); dd1.value = this.value; }); </script> </div> </form> </body> </html>