pero tengo un problema que no me funciona los codigo php ya que tengo el menu y al usar el menu tengo seciones y no me funciona este es el codigo
Código PHP:
Ver original
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <link href="estilos.css" rel="stylesheet" type="text/css"> <? if ($_HayCodigoXajax) { //En el <head> indicamos al objeto xajax se encargue de generar el javascript necesario $xajax->printJavascript("xajax/"); } ?> <? if ($sec == "usuarios") { ?> <script src="src/js/jscal2.js"></script> <script src="src/js/lang/es.js"></script> <link rel="stylesheet" type="text/css" href="src/css/jscal2.css" /> <link rel="stylesheet" type="text/css" href="src/css/border-radius.css" /> <link rel="stylesheet" type="text/css" href="src/css/steel/steel.css" /> <? } ?> <script type="text/javascript" src="xajax/ajax.js"></script> <script languaje="javascript"> function confirmLink(theLink, theSqlQuery) { if (confirmMsg == '' || typeof(window.opera) != 'undefined') { return true; } var is_confirmed = confirm(confirmMsg + ' :\n' + theSqlQuery); return is_confirmed; } var confirmMsg = 'Realmente desea '; //--> </script> <style type="text/css"> <!-- #footer { font-size: 12px; text-align: center } #footer a { color: #444; text-decoration: none; font-weight: bold } #footer a:hover { color: #444; border-bottom: 1px dotted #444; font-weight: bold } --> </style> <script type="text/javascript"> <!-- // get out of any containing frameset if (self.parent.frames.length != 0) { self.parent.location.replace(document.location.href); } // --> </script> <title>Control Panel para Dealers</title> </head> <frameset cols="220,*" framespacing="0" frameborder="0" frameborder="no" border="0" bordercolor="#CCCCCC"> <frame src="menu.php" name="leftFrame" scrolling="Yes" frameborder="0" marginwidth="0" marginheight="0" border="0" /> <frameset rows="20,*" framespacing="0" frameborder="0" frameborder="no" border="0"> <frame src="copy.php" name="topFrame" scrolling="No" noresize="noresize" frameborder="0" marginwidth="10" marginheight="0" border="0" /> <frame src="contenido.php" name="mainFrame" scrolling="yes" frameborder="0" marginwidth="10" marginheight="10" border="0" /> </frameset> </frameset> <noframes> <body> </body> </noframes> </html> <? } else { ?> <script language="JavaScript"><!-- window.location="login.php?msg=<? echo $msg ?>"; // --> </SCRIPT> <? } ?>
que podria estar asiendo mal para que no me funcione