Torna al Thread

function Conferma() { if(confirm('Attenzione: i nominativi modificati non sono stati salvati.\nSalvare le modifiche?')) { //Reperisco l'elemento Hidden per richiamare il metodo SALVA sul cs. var tmp = document.getElementsById('HiddenField1'); tmp.Value = 1; message = tmp.Value; } else { message = "I dati non sono stati salvati"; } }
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5