Olá galera, tenho um software e a versão online desse software no qual trabalho com a divulgação de clientes da minha cidade. Dentro deste programa o cliente tem um espaço no qual o programa busca em um código PHP o iframe que a pagina do google Maps disponibiliza para incorporar o mapa.
A um ano e pouco mais ou menos sempre funcionou perfeitamente tanto no programa quando no meu site que usa do mesmo código PHP do programa tambem, porem ontem o programa esta aparecendo a tela do google maps em branco e mais nada mais o site esta tudo ok, não entendi porque parou de funcionar, se alguém poder me dar uma luz agradeceria muito!!!
Segue fotos de como esta o programa depois deste problema e meu código:
Pergunta
ZaneTelles
Olá galera, tenho um software e a versão online desse software no qual trabalho com a divulgação de clientes da minha cidade. Dentro deste programa o cliente tem um espaço no qual o programa busca em um código PHP o iframe que a pagina do google Maps disponibiliza para incorporar o mapa.
//CODIGO ANTESif ($endereco == "") { //$endereco = '<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d30284.691662735564!2d-49.217613105834985!3d-18.411663076758142!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x94a10d42f64e9f31%3A0x46945389f6e9719b!2spraça+da+republica!5e0!3m2!1spt-BR!2sbr!4v1401219370032" width="600" height="450" frameborder="0" style="border:0"></iframe>'; $endereco = '<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3785.7362106880078!2d-49.225916999999995!3d-18.404853000000003!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x94a10d0b9e10ee73%3A0xfacaf3615a8140a3!2sVerFone!5e0!3m2!1spt-BR!2sbr!4v1402002961722" width="600" height="450" frameborder="0" style="border:0"></iframe>'; } $endereco = str_replace('width="600"', 'width="650"', $endereco); $endereco = str_replace('height="450"', 'height="500"', $endereco); ?>
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> <html xmlns='http://www.w3.org/1999/xhtml'> <head> <meta http-equiv='Content-Type' content='text/html; charset=utf-8' /> <!--<meta http-equiv="X-UA-Compatible" content="IE = 9">--> <title>VerFone - GoogleMaps</title><!-- --> <script src="http://code.jquery.com/jquery-2.0.0.js"></script> <script src="http://malsup.github.io/jquery.cycle.all.js"></script>
<script language="JavaScript" src="../java/PreencheSelectCidadeOff.js"></script> </head><!-- <script type="text/javascript" charset="utf-8"> $(window).load(function(){ // alert("OK - 00"); setTimeout('preencheform()', 400); }); </script> --> <body background="mapa.jpg">
<table> <tr> <td width="220"> </td> <td> <form id="form1" name="form1" method="post" action="javascript:AbreGoogleMapsPesquisa();"> <table width="665" valign="top" border="0" cellpadding="1" cellspacing="1"> <tr> <td align="left" valign="top"> <b><label id="lbluf" for="cbouf" >Estado</label></b> <select id="cbouf" name="cbouf" style="width:52px; height=80px;" onchange="javascript:PreencheCidade()"> <option value="">-UF-</option> <option class="uf-AC" value="AC">AC</option> <option class="uf-AL" value="AL">AL</option> <option class="uf-AM" value="AM">AM</option> <option class="uf-AP" value="AP">AP</option> <option class="uf-BA" value="BA">BA</option> <option class="uf-CE" value="CE">CE</option> <option class="uf-DF" value="DF">DF</option> <option class="uf-ES" value="ES">ES</option> <option class="uf-GO" value="GO">GO</option> <option class="uf-MA" value="MA">MA</option> <option class="uf-MG" value="MG">MG</option> <option class="uf-MS" value="MS">MS</option> <option class="uf-MT" value="MT">MT</option> <option class="uf-PA" value="PA">PA</option> <option class="uf-PB" value="PB">PB</option> <option class="uf-PE" value="PE">PE</option> <option class="uf-PI" value="PI">PI</option> <option class="uf-PR" value="PR">PR</option> <option class="uf-RJ" value="RJ">RJ</option> <option class="uf-RN" value="RN">RN</option> <option class="uf-RO" value="RO">RO</option> <option class="uf-RR" value="RR">RR</option> <option class="uf-RS" value="RS">RS</option> <option class="uf-SC" value="SC">SC</option> <option class="uf-SE" value="SE">SE</option> <option class="uf-SP" value="SP">SP</option> <option class="uf-TO" value="TO">TO</option> </select> </td> <td align="left" valign="top"> <b><label id="lblcidade" for="txtcidade" >Informe a cidade</label></b> <select id="cbocidade" name="cbocidade" style="width:245px; "> <option value="">---Selecione UF---</option> </select> </td> <td align="left" valign="top"> <b><label id="lblendereco" for="txtendereco" >Informe o endereço</label></b> <input name="txtendereco" type="text" id="txtendereco" size="30" maxlength="60" style="text-transform:uppercase;" /> </td> <td width="104" align="left" valign="botton"> <br> <input type="image" name="imageField" id="imageField" width="91" height="23" src="http://www.atendimentonet.com/bancodados/RedesSociaisImagem.php?Local=225&UF=GO&Municipio=ITUMBIARA" onClick="submit"/> <!--width="103" height="26"--> </td> </tr> </table> </form> <!-- preview?q=caldas+novas,+go,+coronel+bento+godoy,+179 <iframe src='https://www.google.com/maps/' width='720' height='550' frameborder='0' style='border:0'></iframe> <iframe src='https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3785.568965868044!2d-49.24586644682248!3d-18.41245837339567!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x94a10d015ff47ddb%3A0x922dfe59f39843ed!2sSantos+Dumont!5e0!3m2!1spt-BR!2sbr!4v1400934740588' width='720' height='550' frameborder='0' style='border:0'></iframe> --> <?php echo $endereco; ?> </td> </tr> </table><script> function preencheform() { // $("#cbouf option[value='<?php echo $UfAss; ?>']").attr("selected", true); // alert("OK - 01"); // alert("OK - 02"); // $("#cbocidade option[value='<?php echo $municipio; ?>']").attr("selected", true);
document.getElementById('cbouf').value = '<?php echo $UfAss; ?>'; PreencheCidade(); document.getElementById('cbocidade').value = '<?php echo $municipio; ?>'; document.getElementById('txtendereco').focus(); } function AbreGoogleMapsPesquisa() { // alert("http://www.verfone.com.br/verfoneoff/googlemaps_Pesquisa.php?uf="+document.getElementById('cbouf').value+"&municipio="+document.getElementById('cbocidade').value+"&logradouro="+document.getElementById('txtendereco').value); window.location.href = "http://www.verfone.com.br/verfoneoff/googlemaps_Pesquisa.php?uf="+document.getElementById('cbouf').value+"&municipio="+document.getElementById('cbocidade').value+"&logradouro="+document.getElementById('txtendereco').value; } // preencheform(); setTimeout('preencheform()', 500); </script> </body> </html>
Link para o comentário
Compartilhar em outros sites
2 respostass a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.