alexis 0 Denunciar post Postado Janeiro 19, 2011 Bom dia galera do imaster ??? eu estou construindo um site e o iframe não está funcionando quando mando rodá a pagina fica tudo em branco em qualque navegador ??? oque tenho q fazer ??? e eu estou utilizando dreamweaver8 . Obrigado Compartilhar este post Link para o post Compartilhar em outros sites
RenanMonteiro 0 Denunciar post Postado Janeiro 19, 2011 Manda o código ai pra gente poder ver. A Propósito, o Iframe tá em desuso, procura achar outras alternativa pra sua página. E o Dreamweaver 8 também é antigão... Compartilhar este post Link para o post Compartilhar em outros sites
alexis 0 Denunciar post Postado Janeiro 19, 2011 esse é o codigo <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- saved from url=(0014)about:internet --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Lorrane</title> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8"> <style type="text/css">td img {display: block;}</style> <!--Fireworks 8 Dreamweaver 8 target. Created Tue Jan 18 12:43:28 GMT-0200 2011--> </head> <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#ffffff"> <table border="0" cellpadding="0" cellspacing="0" width="800"> <!-- fwtable fwsrc="layout.png" fwbase="index.jpg" fwstyle="Dreamweaver" fwdocid = "1837682254" fwnested="0" --> <tr> <td><img src="spacer.gif" width="82" height="1" border="0" alt="" /></td> <td><img src="spacer.gif" width="718" height="1" border="0" alt="" /></td> <td><img src="spacer.gif" width="1" height="1" border="0" alt="" /></td> </tr> <tr> <td colspan="2"><img name="index_r1_c1" src="index_r1_c1.jpg" width="800" height="24" border="0" id="index_r1_c1" alt="" /></td> <td><img src="spacer.gif" width="1" height="24" border="0" alt="" /></td> </tr> <tr> <td colspan="2"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="800" height="135"> <param name="movie" value="topo.swf" /> <param name="quality" value="high" /> <embed src="topo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="135"></embed> </object></td> <td><img src="spacer.gif" width="1" height="113" border="0" alt="" /></td> </tr> <tr> <td><img name="index_r3_c1" src="index_r3_c1.jpg" width="82" height="41" border="0" id="index_r3_c1" alt="" /></td> <td><img src="index_r3_c2.jpg" alt="" name="index_r3_c2" width="718" height="41" border="0" usemap="#index_r3_c2Map" id="index_r3_c2" /></td> <td><img src="spacer.gif" width="1" height="41" border="0" alt="" /></td> </tr> <tr> <td colspan="2"><iframe src="home.htm" name="conteudo" width="800" height="600" align="top" scrolling="no" frameborder="0" id="conteudo"></iframe></td> <td><img src="spacer.gif" width="1" height="422" border="0" alt="" /></td> </tr> </table> <map name="index_r3_c2Map" id="index_r3_c2Map"><area shape="rect" coords="10,14,68,33" href="home.html" target="conteudo" /> <area shape="rect" coords="80,8,156,36" href="empresa.htm" target="conteudo" /> <area shape="rect" coords="167,10,231,34" href="rodas.htm" target="conteudo" /> <area shape="rect" coords="249,12,379,35" href="balanceamento.htm" target="conteudo" /> <area shape="rect" coords="398,12,512,35" href="escapamento.htm" target="conteudo" /> <area shape="rect" coords="534,13,596,35" href="freios.htm" target="conteudo" /> <area shape="rect" coords="623,13,703,36" href="contatos.htm" target="conteudo" /> </map></body> </html> Compartilhar este post Link para o post Compartilhar em outros sites