top of page
Mesa de Computador EJ Siena Freijo
  • Mesa de Computador EJ Siena Freijo

    Medidas:

    Altura: 79,5 cm

    Largura: 91,5 cm

    Profundidade: 54 cm

     

     

      R$ 339,00Preço

      Salvador Móveis

      bottom of page
      const ButtonId = '#button15'//ID DO BOTÃO NO PROJETO HTML const WhatsappNumber = '557191770157'//NÚMERO DE TELEFONE const PreMsg = 'Olá, tenho interesse neste item: '//MENSSAGEM PERSONALIZADA function whatsappSend() { const url = window.location.href; const ref = `https://api.whatsapp.com/send?phone=${WhatsappNumber}&text=${PreMsg}${url}` window.open(ref, '_blank'); } const button = document.getElementById(ButtonId); button.addEventListener('click', whatsappSend);