Button







<td> <a href="CancellaRichiesta.asp?IdCancellare=<%=rs("Id")%>"><strong> <button onclick="myFunction()">Cancella</button></strong>
</a></td>
</tr>
</table>



<script>
function myFunction() {
alert("Cancellazione Record");
}
</script>










( button.html )- by Paolo Puglisi - Modifica del 17/12/2023