AS
Javascript
Componi un numero di telefono
Codice
function fnct_phone(nr)
{
window.open('tel:' + nr, '_self');
}
Risultato