Torna al Thread

<%If CStr(UCase(ConfigurationManager.AppSettings("PayPalLiveEnabled"))) = "TRUE" Then%> <form action="<%=ConfigurationManager.appsettings("PayPalActionURLLive")%>" method="post" target="_self"> <%ElseIf CStr(UCase(ConfigurationManager.AppSettings("PayPalLiveEnabled"))) = "FALSE" Then%> <form action="<%=ConfigurationManager.appsettings("PayPalActionURLSandbox")%>" method="post" target="_self"> <%Else%> <form action="<%=ConfigurationManager.appsettings("PayPalActionURLLive")%>" method="post" target="_self"> <%End If%> <img alt="" border="0" src="<%=ConfigurationManager.appsettings("PayPalImgButtonURL")%>" width="1" height="1" > <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="hosted_button_id" value="<%=ConfigurationManager.appsettings("PayPalHostedButtonID")%>"> <input type="image" src="<%=ConfigurationManager.appsettings("PayPalImgSubmitButtonSrcURL")%>" name="submit" alt="<%=Resources.ResourceCatalogo.strPayPalDesc %>"> <input type="hidden" name="business" value="<%=ConfigurationManager.appsettings("PayPalEmailBusiness")%>"> <input type="hidden" name="item_name" value="<%=ConfigurationManager.appsettings("ObjCart")%>"> <input type="hidden" name="currency_code" value="EUR"> <input type="hidden" id="amount" runat="server" name="amount" value=""> <input type="hidden" name="no_shipping" value="1"> <input type="hidden" id="return" runat="server" name="return" value=""> <input type="hidden" name="rm" value="2"> <input type="hidden" id="custom" runat="server" name="custom" value="prova"> <input type="hidden" name="cancel_return" value="<%=ConfigurationManager.appsettings("PayPalCancelUrl")%>"> <input type="hidden" name="image_url" value="<%=ConfigurationManager.appsettings("PayPalImageSiteUrl")%>">
Copyright © dotNetHell.it 2002-2025
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5