Código: Cogemos el codigo a insertar de un mapa:
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.es/maps/ms?ie=UTF8&hl=es&t=h&msa=0&msid=111365101052443319700.000469f1ef247aa8096c5&source=embed&ll=38.537827,-0.130548&spn=0.011749,0.018239&z=15&output=embed"></iframe><br /><small>Ver <a href="http://maps.google.es/maps/ms?ie=UTF8&hl=es&t=h&msa=0&msid=111365101052443319700.000469f1ef247aa8096c5&source=embed&ll=38.537827,-0.130548&spn=0.011749,0.018239&z=15" style="color:#0000FF;text-align:left">Areas Wifi en Benidorm</a> en un mapa más grande</small>
De todo el código sólo aprovechamos la primera URL:
http://maps.google.es/maps/ms?ie=UTF8&hl=es&t=h&msa=0&msid=111365101052443319700.000469f1ef247aa8096c5&source=embed&ll=38.537827,-0.130548&spn=0.011749,0.018239&z=15&output=embed
Sustituimos todos los & por & (se puede hacer con el Block de Notas) y nos quedaría así:
http://maps.google.es/maps/ms?ie=UTF8&hl=es&t=h&msa=0&msid=111365101052443319700.000469f1ef247aa8096c5&source=embed&ll=38.537827,-0.130548&spn=0.011749,0.018239&z=15&output=embed
|