Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

235
Views
¿Cómo obtener el enlace href del iframe de google map?

Estoy tratando de obtener el enlace href del mapa de Google como se muestra en la captura de pantalla. El enlace está dentro de iframe. Da valor nulo/error de este código a continuación. El mapa de Google está incrustado usando jquery.

Intenté: `

 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');

`

ingrese la descripción de la imagen aquí

captura de pantalla

Ayúdame.

Actualizar:

 <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 () { } }); });

Mapa incrustado de Google

Quiero compartir esta ubicación (2880 Broadway)

En Ver mapa grande que está en la etiqueta de anclaje. Necesito este enlace href.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Por razones de seguridad, no puede acceder a la URL de un iframe servido en otro dominio.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!