Ejemplo 1: nueva pestaña de ubicación de ventana de JavaScript
window.open('https://example.org', '_blank');
Ejemplo 2: window.location.href otra pestaña
window.open(
'https://support.wwf.org.uk/earth_hour/index.php?type=individual',
'_blank' // <- This is what makes it open in a new window.
);
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)