Server IP : 103.6.199.200 / Your IP : 3.145.108.43 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/durianbentong.com/wwwroot/ |
Upload File : |
<%@ page language="C#" autoeventwireup="true" inherits="YoDell, App_Web_oypjtbyh" enableEventValidation="false" %> <!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 type="text/javascript" src="//code.jquery.com/jquery-1.10.1.js"></script> </head> <body> <form id="form1" runat="server"> <div> <asp:ScriptManager ID="ScriptManager1" runat="server" EnablePageMethods="true"> </asp:ScriptManager> <asp:TextBox ID="TextBox1" runat="server" onChange="javascript:myFunction3();" AutoPostBack="false" ></asp:TextBox> <asp:Label ID="Label1" runat="server" Text="Label"></asp:Label> <asp:DropDownList ID="DDAmount" class='input-group-field' runat="server" AutoPostBack="false" onChange="javascript:myFunction3();"> <asp:ListItem>1-To Pin</asp:ListItem> <asp:ListItem>2-R-Wallet 1</asp:ListItem> <asp:ListItem>3-R-Wallet 2</asp:ListItem> </asp:DropDownList> <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="Button" /> <asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="TEES" /></div> <script language="Javascript" type="text/javascript"> function myFunction3() { var xx = document.getElementById("TextBox1"); var OOrder = document.getElementById("Label1"); alert(xx.value); OOrder.value = xx.value; return; } </script> </form> </body> </html>