Torna al Thread

<%@ Page Language="VB" AutoEventWireup="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 id="Head" runat="server"> <title>ritorno</title> </head> <body> <script runat="server"> Protected Sub Page_Init(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Init Dim ID As String = Request.QueryString("ID") Me.token_guid_otp.Value = ID Dim l_wrapper As New May24UIWrapper(Me) l_wrapper.UpdateTransactionStateToChart(Request.QueryString("ID"), Sipac.GL180.Ecom.CCP.Bent.Constants.TransactionState.Transaction_doProcess, "Inizio richiesta esito") End Sub </script> <form id="form1" method="post" action="richiestaesito.aspx" runat="server"> <asp:HiddenField id="token_guid_otp" runat="server" /> </form> <script language='javascript' type="text/javascript"> function click (){document.form1.submit()} </script> <script language='text/javascript' type="text/javascript"> click() </script> </body> </html>
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5