Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Jorge Henrique

Estou apanhando muito!

Recommended Posts

Caros amigos

 

Estou com um problema, que ninguém consegue me ajudar!

E conto com a ajuda de todos.

 

Primeiramente eu tenho uma página chama index.php onde ela tem um include (inc/menu.php), mas por incrível que pareça ela chama a página e não abre o meu menu que consta no meu INC/MENU.PHP

 

Index.php - tem o include (inc/menu.php)

 

http://www.notebookcompany.com/kyriosjhc/

 

<?

// monta cabecalho com logo, banner e menu

include("inc/menu.php");

?>

 

http://www.notebookcompany.com/kyriosjhc/inc/menu.php

 

MENU.PHP

<table border="0" width="778" bgcolor="#ffffff">

<tr>

<td height="91"><table width="293" border="0" cellspacing="0" cellpadding="0">

<tr>

<td width="38"><img src="file:///C|/Documents%20and%20Settings/Jorge/Desktop/JorgeHenrique/jh/kyrios/kyriosjhc/flash/logo_pequeno.jpg" width="83" height="85"></td>

<td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="215" height="88">

<param name="movie" value="flash/kyrios.swf">

<param name="quality" value="high">

<embed src="flash/kyrios.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="215" height="88"></embed>

</object></td>

</tr>

</table>

</td>

<td width="61%" align="right" valign="middle">

<?

// chama o banner rotativo

include("inc/banner.php");

?>

</td>

</tr>

</table>

<script language=JavaScript src="newmenu_array.js" type=text/javascript></SCRIPT>

<script language=JavaScript src="mmenu.js" type=text/javascript></SCRIPT>aqui está meu menu.php!

 

Alguem pode me dizer o q está acontecendo e pq o menu não aparece?

 

No Aguardo

Jorge Henrique

Muito Grato pela força!

 

 

 

Mas ela abre o menu.php mas o menu que é javascript não aparece! pq?

Compartilhar este post


Link para o post
Compartilhar em outros sites

Jorge tem como você postar os dois arquivos para a gente analizar...há você notou que uma imagem a esquerda não abre?é porque ela está fazendo referencia a sua máquina...mas claro isso não tem nada haver com o menu...posta ai que fica mais facil de lhe ajudar...creio que o problema possa estar no include, mada ele ai que a gente olha...abraçosMarcio

Compartilhar este post


Link para o post
Compartilhar em outros sites

Caro amigo

Primeiramente gostaria de agradescer a atenção decida!

 

Pois segue abaixo o código da página INDEX.PHP

 

<html>

<head>

<title>::. Associação Kyrios - Encontro com Cristo</title>

<link href="inc/fonte.css" rel="stylesheet" type="text/css">

 

 

<!-- Inicio troca de Imagens -->

<script language="JavaScript" type="text/JavaScript">

<!--

function MM_reloadPage(init) { //reloads the window if Nav4 resized

if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {

document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}

else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();

}

MM_reloadPage(true);

//-->

 

Paineis = new Array(9);

imgPaineis = new Array(9);

PagPaineis = 0;

<?

// conecta com o banco de dados

require ("inc/conexao.php");

$funcoes=require ("inc/funcoes.php");

$consulta="select * from destaque";

$resultado=mysql_query($consulta);

$i="0";

while ($i<="8"){

// funcao para gerenciar os destaques da pagina principal

while ($linha=mysql_fetch_array($resultado)){

$string=cutstr($linha[4], "70");

?>Paineis[<? echo $i; ?>] = '<a href=<? echo $linha[1]; ?> class=home1 onMouseOver=this.className="home2";LimpaTime(); onMouseOut=this.className="home1";VoltaTime();><BR><b><? echo $linha[3]; ?></b><br><? echo $string; ?><br></a>';

imgPaineis[<? echo $i; ?>] = 'img/<? echo $linha[2]; ?>'

<? $i=$i+1;

}

}

 

?>

 

 

function TrocaPaineis()

{

objPainel1 = document.getElementById('Painel1');

objPainel2 = document.getElementById('Painel2');

objPainel3 = document.getElementById('Painel3');

objimgPainel1 = document.getElementById('imgPainel1');

objimgPainel2 = document.getElementById('imgPainel2');

objimgPainel3 = document.getElementById('imgPainel3');

 

objPainel1.innerHTML = Paineis[PagPaineis];

objPainel2.innerHTML = Paineis[PagPaineis + 1];

objPainel3.innerHTML = Paineis[PagPaineis + 2];

 

objimgPainel1.src = imgPaineis[PagPaineis];

objimgPainel2.src = imgPaineis[PagPaineis + 1];

objimgPainel3.src = imgPaineis[PagPaineis + 2];

 

PagPaineis = PagPaineis + 3;

if(PagPaineis>=Paineis.length){PagPaineis = 0;}

TimeTroca = setTimeout('TrocaPaineis()',10000);

}

 

function LimpaTime()

{

//alert ('limpa');

window.clearTimeout(TimeTroca);

}

 

function VoltaTime()

{

//alert ('volta');

TimeTroca = setTimeout('TrocaPaineis()',10000);

}

</script>

<!-- Fim do script troca imagens -->

 

 

<?

// monta cabecalho com logo, banner e menu

include("inc/menu.php");

// AQUI-----------------------------------------------------------------------------

?>

 

 

<body onLoad="TrocaPaineis();" text="#000000" link="#000000" vlink="#000000" alink="#999999" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" scroll="no">

 

<?

// conecta com o banco de dados

require ("inc/conexao.php");

 

?>

<table border="0" width="100%" background="img/background.jpg">

<tr>

<td width="778" height="300" valign="top">

<table border="0" width="100%">

<tr>

<td width="1%">

</td>

<td width="98%" >

<?

// Primeira consulta para mostrar o primeiro link q fica a esquerda do site.

$consulta="select * from principal where posicao='1'";

$resultado=mysql_query($consulta);

while ($linha=mysql_fetch_array($resultado)){

?>

<table border="0" width="100%" cellspacing = 0 cellpadding = 0>

<tr>

<td width="60%" valign="top">

<font face="Verdana, Arial" size="1" color="#000000">

<!-- <p class="dotted"> <img src="img/b_historia.gif"> </p>-->

<BR>

 

<table border="0" width="100%">

<tr>

<td width="50%" valign="top">

<!-- <p class="solid">//-->

<table border="0" width="100%" bgcolor="#FFCC99">

<tr>

<td width="100%" height="5" bgcolor="#FFCC99">

<font class="text3">::. <? echo ("$linha[1]"); ?>

</td>

</tr>

</table>

<div align="justify">

 

<?

echo ("<a href='principal.php?posicao=1' class='text1'>");

// funcao que corta o texto com a quantidade de caracteres expecificado na funcao.

$string=$linha[2];

echo cutstr($string,"290");

echo ("</a>");

// fecha o primeiro while para mostrar link

}?>

</p>

</td>

<td width="2%">

 

</td>

<td wifth="46%" valign="top">

<?

// segunda consulta que mostra o segundo link a esquerda do primeiro

$consulta="select * from principal where posicao='2'";

$resultado=mysql_query($consulta);

while ($linha=mysql_fetch_array($resultado)){

?>

<table border="0" width="100%" bgcolor="#FFCC99">

<tr>

<td width="100%" height="5" bgcolor="#FFCC99">

<font class="text3">::. <? echo ("$linha[1]"); ?>

</td>

</tr>

</table>

<div align="justify">

<? echo ("<a href='principal.php?posicao=2' class='text1'>");

$string=$linha[2];

//echo strlen($string);

echo cutstr($string,"90");

echo ("</a></div>");

}

// fecha segundo while para mostrar link

?>

 

<?

// terceira consulta que mostra o terceiro link a esquerda do primeiro

$consulta="select * from principal where posicao='3'";

$resultado=mysql_query($consulta);

while ($linha=mysql_fetch_array($resultado)){

?>

<BR><table border="0" width="100%" bgcolor="#FFCC99">

<tr>

<td width="100%" height="5" bgcolor="#FFCC99">

<font class="text3">::. <? echo ("$linha[1]"); ?>

</td>

</tr>

</table>

<div align="justify"><font class="text1">

<? echo ("<a href='principal.php?posicao=3' class='text1'>");

$string=$linha[2];

// echo strlen($string);

echo cutstr($string,"100");

echo ("</a>");

}

// fecha terceiro while

?>

 

</td>

<td width="2%">

 

</td>

</tr>

</table>

<table border="0" width="100%">

<tr>

<td width="100%">

<!-- <p class="solid">-->

<table border="0" width="100%">

<tr>

<td width="100%" bgcolor="#FFCC99">

<font class="text2"><b>::. Últimas Notícias da Igreja Católica</b>

</td>

</tr>

</table>

<font class="text1">

<!--11:30 » -->

<?

require("inc/conexao.php");

$sql="select * from noticias order by id DESC limit 0,3";

$resultado=consulta($sql);

while ($linha=mysql_fetch_array($resultado)){

echo ("::. <a href='noticias.php?id=$linha[id]' class='text2'>$linha[data] - $linha[hora] - $linha[titulo]</a><br>");

}

?>

<!-- <a href="http://www.encontrocomcristo.org.br/Conteudo/noticias/310720037.htm" class="text2">Santa Sé: O reconhecimento das uniões homossexuais é imoral</a>

<BR><a href="http://www.encontrocomcristo.org.br/Conteudo/noticias/310720038.htm" class="text2">Evangélicos contra o reconhecimento de uniões homossexuais</a>

<BR><a href="http://www.encontrocomcristo.org.br/Conteudo/noticias/310720039.htm" class="text2">Aquele que idolatra o dinheiro se converte em rival de Deus</a>

<BR><a href="http://www.encontrocomcristo.org.br/Conteudo/noticias/310720031.htm" class="text2">O Papa propõe aos jovens dedicar parte das férias à solidariedade</a>

<BR><a href="http://www.encontrocomcristo.org.br/Conteudo/noticias/310720032.htm" class="text2">Rosário noturno pelas intenções do Papa nos jardins vaticanos</a>

<BR><a href="http://www.encontrocomcristo.org.br/Conteudo/noticias/310720033.htm" class="text2">Ucrânia: Odessa devolve três igrejas confiscadas pelos comunistas</a>

//-->

<BR>

::. <a href="noticias.php" class="text1">Clique aqui para ver todas notícias.</a>

<br><BR>

</td>

</tr>

</table>

</td>

 

<td width="40%" align="right" valign="top">

<!-- Inicio do novo -->

<BR>

<table width="100%" border="0" cellpadding="0" cellspacing="0">

<tr>

<td rowspan="3" valign="top" bgcolor="#2560AC"> </td>

<td align="center" valign="bottom" bgcolor="#2560AC"><img src="p_alberto.jpg" name="imgPainel1" id="imgPainel1"></td>

<td rowspan="3" valign="top" bgcolor="#2560AC"> </td>

<td width="15" rowspan="3" valign="top"> </td>

<td align="center" valign="bottom" bgcolor="#F9BF1F"><img src="igreja_pequena.jpg" name="imgPainel2" id="imgPainel2"></td>

<td width="15" rowspan="3" valign="top"> </td>

<td align="center" valign="bottom" bgcolor="#44A8DA"><img src="homem_rezando_p.jpg" name="imgPainel3" id="imgPainel3"></td>

</tr>

<tr>

<td height="120" valign="top" bgcolor="#2560AC">

<div align="center" name="Painel1" id="Painel1">

 

</div>

</td>

<td valign="top" bgcolor="#F9BF1F">

<div align="center" name="Painel2" id="Painel2">

 

</div>

</td>

<td valign="top" bgcolor="#44A8DA">

<div align="center" name="Painel3" id="Painel3">

 

</div>

</td>

</tr>

</table>

<!-- fim do novo -->

 

<!-- Inicio Flash -->

<!--ENCONTRO COM CRISTOASSOCIAÇÃO KYRIOSPadreAlbertoGambariniSantuário de Nossa Senhora dos Prazeres--><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"

codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"

WIDTH="342" HEIGHT="156" id="animacao_capa_novo2" ALIGN="">

<param name=wmode value=transparent>

<PARAM NAME=movie VALUE="flash2/animacao_capa_novo2.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="flash2/animacao_capa_novo2.swf" quality=high bgcolor=#FFFFFF WIDTH="342" HEIGHT="156" NAME="animacao_capa_novo2" ALIGN=""

TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>

</OBJECT>

<!-- fim do Flash -->

 

 

</td>

</tr>

</table>

</td>

<td width="1%">

</td>

</tr>

</table>

 

</td>

</tr>

</table>

</body>

</html>

 

Agora segue o aquivo menu.php (inc/menu.php)

 

 

<table border="0" width="778" bgcolor="#ffffff">

<tr>

<td height="91"><table width="293" border="0" cellspacing="0" cellpadding="0">

<tr>

<td width="38"><img src="file:///C|/Documents%20and%20Settings/Jorge/Desktop/JorgeHenrique/jh/kyrios/kyriosjhc/flash/logo_pequeno.jpg" width="83" height="85"></td>

<td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="215" height="88">

<param name="movie" value="flash/kyrios.swf">

<param name="quality" value="high">

<embed src="flash/kyrios.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="215" height="88"></embed>

</object></td>

</tr>

</table>

</td>

<td width="61%" align="right" valign="middle">

<?

// chama o banner rotativo

include("inc/banner.php");

?>

</td>

</tr>

</table>

<script language=JavaScript src="newmenu_array.js" type=text/javascript></SCRIPT>

<script language=JavaScript src="mmenu.js" type=text/javascript></SCRIPT>aqui está meu menu.php!

 

 

Grato

Qquer coisa estou on-line nos:

MSN: umild@hotmail.com

ICQ: 95223312

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.