Erro no menu joomla

  • tsamax
  • Avatar de tsamax Autor do Tópico
  • Offline
  • JCB! Novato
  • JCB! Novato
Mais
12 anos 10 meses atrás #50497 por tsamax
tsamax created the topic: Erro no menu joomla
eae eu passei os arquivos do wamp para o filezila seguindo a vidoe aula e meu menu não funciona descobri alguns erros poderiam me ajudar!?

então tava investigando descobri que meu firefox descobre onde está o erro só não sei o que fazer!!! o erro está aqui! se alguem souber me ajudar me avisa.

Erro: missing ) after condition
Arquivo-fonte: http://www.cogicvida.com.br/includes/js ... ascript.js
Linha: 550, Coluna: 31
Código-fonte:
if (f.elements.name == nam

vou colar um pouco mais aqui

if (!task ) {
task = 'saveorder';
}

for ( var j = 0; j <= n; j++ ) {
box = eval( "document.adminForm.cb" + j );
if ( box ) {
if ( box.checked == false ) {
box.checked = true;
}
} else {
alert("You cannot change the order of items, as an item in the list is `Checked Out`");
return;
}
}
submitform(task);
}
/**
* @param object A form element
* @param string The name of the element to find
*/
function getElementByName( f, name ) {
if (f.elements) {
for (i=0, n=f.elements.length; i < n; i++) {
if (f.elements.name == nam

eae alguem tem idéia do que eu faço?

Please Entrar ou Registrar to join the conversation.