Bonjour je vien de migrer de php4 a php5 et mes onglets ne marche plus voilà mon code:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?php
	include("functions.php");
	send_header($_SESSION["tab"]."_menu.css");
?>
<TABLE cellpadding=0 cellspacing=0 border=0>
	<TR>
		<TD><DIV id=menu>&nbsp;</DIV></TD>
		<TD><DIV id=bleu><DIV id=sub><A target=main href=main.php?todo=show_type><?phpstr("0000");?></A></DIV></DIV></TD>
		<TD><DIV id=esp_bleu>&nbsp;</DIV></TD>
		<TD><DIV id=jaun><DIV id=sub><A target=main href=basket.php?todo=show_contain><?phpstr("0001");?></A></DIV></DIV></TD>
		<TD><DIV id=esp_jaun>&nbsp;</DIV></TD>
		<TD><DIV id=vert><DIV id=sub><A target=main href="conditions.php"><?phpstr("0002");?></A></DIV></DIV></TD>
		<TD><DIV id=esp_vert>&nbsp;</DIV></TD>
		<TD><DIV id=rose><DIV id=sub><A target=main href="contact.php"><?phpstr("0003");?></A></DIV></DIV></TD>
		<TD><DIV id=esp_rose>&nbsp;</DIV></TD>
		<TD width=100%>
			<SCRIPT language=javascript>
				document.cookie="test=cookiesEnabled";
				if(document.cookie.indexOf("test=")==-1) 
					document.write("<FONT class=xxs color=red>ATTENTION: Activez les cookies!</FONT>" );
			</SCRIPT>
		</TD>
		<TD><DIV id=deg><DIV id=sub><FONT class=xs><?phpstr("0004");?><STYLE>A.red:hover {color: red}</STYLE><A class=red href=ouv_compte.php target=main class=red><?phpstr("0005");?></A></FONT></DIV></DIV></TD>
	</TR>
</TABLE>
</BODY>
</HTML>
<?php
Si quelqu'un peut m'aider
Merci d'avance