Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

233
Vistas
How to get href link from iframe of google map?

I am trying to get href link from google map as shown in screenshot. The link is inside iframe. It gives null/error value from this below code. Google map is embed using jquery.

I tried: `

    var a_href = $(this).find('div .google-maps-link a').attr('href');

    var hrefs = $('#mapDiv .google-maps-link').find('a').attr('href');

    var href = $('.google-maps-link').find('a').attr('href');

    var values = $("#mapDiv .google-maps-link a").prop('href');

    var value = $("#mapDiv .gm-style .place-card .bottom-actions .google-maps-link 
    a").attr('href');

`

enter image description here

screenshot

Help me.

Update:

 <div class="col-md-6" id="map-location">
       <div id="dvmap"></div>
  </div>


   $(document).ready(function () {
     $.ajax({
        url: "@Url.Content("~/GMap/GetGMapDataInfo")",
        method: "GET",
        success: function (result) {
            var json = JSON.parse(result.data);
            $("#dvmap").html('<iframe name="frame1" scrolling="no" marginheight="0" marginwidth="0" id="gmap_canvas"  src="' + json.MapLocation + '" width="520" height="400" frameborder="0"></iframe>');
        },
        error: function () {
        }
     });
});

Google imbedded map

I want to share this location (2880 Broadway)

In View large map which is in anchor tag. I need This href link.

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

For security reasons, you can not access the url of an iframe served on another domain.

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda