Torna al Thread

<html> <head> <script language="javascript"> //<!-- function tornaValore(campo) { window.opener.document.forms['frmMain'].txtValore.value = campo.value; self.close(); } //--> </script> </head> <body> <form id="frmPopup"> <input type="text" id="txtInput"> <input type="button" id="btnInvia" OnClick="javascript: tornaValore(document.forms['frmPopup'].txtInput);" value="Torna"> </form> </body> </html>
Copyright © dotNetHell.it 2002-2023
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5