Guest - Hugo - Postado Maio 31, 2005 Denunciar Share Postado Maio 31, 2005 queria saber como rodo mais de 1 script,Multiple ScriptsIf you have two or more scripts that use the onload event, probably only one will run (the last one).Here is a solution for starting multiple scripts onload: 1. Delete or comment out all the onload assignments, onload=initScroll and things like that. 2. Put the onload assignments in the body tag like in this example, note that they must have braces (). Example: <body onload="initScroll(); initTooltips(); initMenu();">mas onde eu axo o nome do script e se não tiver nome como coloco? Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 OSJunior Postado Maio 31, 2005 Denunciar Share Postado Maio 31, 2005 Para rodar mais de um script...é só fazer como você colocou, mas é necessário que você tenha a função a ser rodada:<body onload="funcao1();funcao2();">falou. Citar Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
Guest - Hugo -
queria saber como rodo mais de 1 script,
Multiple Scripts
If you have two or more scripts that use the onload event, probably only one will run (the last one).
Here is a solution for starting multiple scripts onload:
1. Delete or comment out all the onload assignments, onload=initScroll and things like that.
2. Put the onload assignments in the body tag like in this example, note that they must have braces ().
Example: <body onload="initScroll(); initTooltips(); initMenu();">
mas onde eu axo o nome do script e se não tiver nome como coloco?
Link para o comentário
Compartilhar em outros sites
1 resposta 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.