Type d'entrée sur cliquez sur Soumettre Buttom Show

<button type="button" onclick="my_button_click_handler">Click this button</button>
<script>
function my_button_click_handler()
{
alert('Button Clcked');
}
</script>

Funny Fowl