EBOOKS

 

 

document.getElementById('searchForm').addEventListener('submit', function(event) { event.preventDefault(); var searchTerm = document.getElementById('searchInput').value; // Aqui você pode redirecionar para a página de resultados com base na pesquisa RubicusFrontendIns.location.href = 'https://www.osaberdigital.com.br/' + encodeURIComponent(searchTerm); });