Eu copiei um exemplo de menu em JavaScript parecido dom o menu do Explorer (Em Arvore) no site para usar em minha página, porém, no título do menu eu precisi de informações da minha tabela, por isso coloquei um código PHP, mas aí ele parou de funcionar...
Pergunta
Guest Marcos Miranda
Olá...
Eu copiei um exemplo de menu em JavaScript parecido dom o menu do Explorer (Em Arvore) no site para usar em minha página, porém, no título do menu eu precisi de informações da minha tabela, por isso coloquei um código PHP, mas aí ele parou de funcionar...
Será que alguém poderia me ajudar?
Aí vai meu código:
<?PHP
require("include/php_funcoes.php");
session_start();
?>
<html>
<head>
<title>Documento sem título</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="top">
<table width="777" height="432" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="top">
<table width="777" height="225" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="225" align="right" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="15%" height="114"><img src="imagem/BanerADM_01.jpg" width="120" height="114"></td>
<td width="10%"><img src="imagem/BanerADM_02.jpg" width="81" height="114"></td>
<td width="34%"><img src="imagem/BanerADM_03.jpg" width="264" height="114"></td>
<td width="7%"><img src="imagem/BanerADM_04.jpg" width="138" height="114"></td>
<td width="34%"><img src="imagem/BanerADM_05.jpg" width="175" height="114"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="8%" height="81"><img src="imagem/Monte_Radio_06.jpg" width="154" height="81"></td>
<td width="58%"><img src="imagem/Monte_Radio_07.jpg" width="449" height="81"></td>
<td width="34%"><img src="imagem/Monte_Radio_08.jpg" width="175" height="81"></td>
</tr>
</table>
<table width="17%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="54%" height="30" align="center" valign="middle"><a href="index.php"><img src="imagem/Sair.jpg" width="140" height="29" border="0"></a></td>
</tr>
</table></td>
</tr>
</table>
<body bgcolor="efc050" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<tr>
<td height="214" align="left" valign="top"><tr>
<td width="61%" align="left" valign="top"><table width="50%" height="22" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="22" align="left" valign="top"> </td>
<td> </td>
</tr>
</table>
<?php
$SQL_genero = "SELECT CODIGO, NOME FROM TL_GENERO ORDER BY NOME";
$r_genero = ExecSQL($SQL_genero);
while($row = mysql_fetch_object($r_genero)) {
?>
<table width="67%" height="19" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="59%" height="19" align="left" valign="top"> <script language="javascript">
<!--
//iMasters/
var Aberto = ""
var Fechado = ""
function preload(){
if(document.images){
Aberto = new Image(16,13)
Fechado = new Image(16,13)
Aberto.src = "imagem/canalaberto.bmp"
Fechado.src = "imagem/canalfechado.bmp"
}}
function mostra(item,item2){
if (item.style.display=='none'){
item.style.display='';
item2.src=Aberto.src
}
else{
item.style.display='none'
item2.src=Fechado.src
}
}
preload();
-->
</script> <font face="Verdana" size="1" color=#CC0000> <span id="menu1" onClick="mostra(menu1principal,menu1img)"
style="cursor:hand; font-Family:Verdana; text-decoration:none; font-weight:bold; color:#CC0000">
<img id="menu1img" src="imagem/canalfechado.bmp" valign="bottom"> teste</span><br>
<span id="menu1principal" style="display:'none'">
<a href=# target=>Link1</a></span></font></td>
<td width="41%"> </td>
</tr>
</table><?php } ?></body>
</html>
</td>
</tr>
</table>
</body>
</html>
</td>
</tr>
</table>
<p> </p></td>
</tr>
</table>
</td>
</tr>
</table>
</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.