Inscríbete y crea tu propia colección de obras y artículos
Prueba4
Ir a la navegaciónIr a la búsqueda
|height=600px |width=1000px |icon=Marcador.N2.png |center=Barcelona |cluster=yes |clustermaxzoom=10 |zoom=4 |fullscreen=yes |resizable=yes }}
-->
<script>
var map = L.map('map').setView([51.505, -0.09], 13); L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { maxZoom: 19, }).addTo(map);
var marker = L.marker([51.5, -0.09]).addTo(map); marker.bindPopup('Hola!
Selecciona una opción:
<select id="options"><option value="1">Opción 1</option><option value="2">Opción 2</option></select><button onclick="selectOption()">Seleccionar</button>').openPopup();
function selectOption() { var select = document.getElementById('options'); var value = select.value; alert('Has seleccionado la Opción ' + value); }
</script>