Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

guma

css +

Recommended Posts

Queria saber como eu faço para que quando minha pagina carregar carregar estas funções detalhe se colocar manualmente funciona ...

 

<body onLoad: "sh(sub_3_1,img_3,tit_3); sh(sub_3_2,img_3,tit_3); sh(sub_3_3,img_3,tit_3);sh(sub_4_1,img_4,tit_4); sh(sub_4_3,img_4,tit_4); sh(sub_4_4,img_4,tit_4);sh(sub_5_1,img_5,tit_5); sh(sub_5_3,img_5,tit_5); sh(sub_5_4,img_5,tit_5);">

 

Mais se criou um CSS nao fufa

BODY {
FONT-SIZE: 11px; COLOR: #336699; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #EBEBEB
onLoad: "sh(sub_3_1,img_3,tit_3); sh(sub_3_2,img_3,tit_3); sh(sub_3_3,img_3,tit_3);sh(sub_4_1,img_4,tit_4); sh(sub_4_3,img_4,tit_4); sh(sub_4_4,img_4,tit_4);sh(sub_5_1,img_5,tit_5); sh(sub_5_3,img_5,tit_5); sh(sub_5_4,img_5,tit_5);"
}

Ele nao carega esta informação

Pra chamar a pagina eu uso isto

<LINK href="externa/Dados2.css" type=text/css rel=STYLESHEET>

Ai falou esta variaveis são botoes

exemplo :

www.siamengenharia.com.br

Compartilhar este post


Link para o post
Compartilhar em outros sites

E ai cara, tudo bem?!Bem ... não sei se entendi direito o que você quer fazer, mas acho que é isso:

<html><head><script>function chamaFuncoes(){  sh(sub_3_1,img_3,tit_3);  sh(sub_3_2,img_3,tit_3);  sh(sub_3_3,img_3,tit_3);  sh(sub_4_1,img_4,tit_4);  sh(sub_4_3,img_4,tit_4);  sh(sub_4_4,img_4,tit_4);  sh(sub_5_1,img_5,tit_5);  sh(sub_5_3,img_5,tit_5);  sh(sub_5_4,img_5,tit_5);}</script></head><body>  <a href="#" onClick="chamaFuncoes();">Chamar Funções</a></body></html>

Bem... espero ter ajudado. Abraço.

Compartilhar este post


Link para o post
Compartilhar em outros sites

Ou você pode colocar direto no <body> e carregar sem precisar do click como o dmarcosm, acabou de postar.

 

<script>nomedaFuncao () {sh(sub_3_1,img_3,tit_3);sh(sub_3_2,img_3,tit_3);sh(sub_3_3,img_3,tit_3);sh(sub_4_1,img_4,tit_4); sh(sub_4_3,img_4,tit_4);sh(sub_4_4,img_4,tit_4);sh(sub_5_1,img_5,tit_5);sh(sub_5_3,img_5,tit_5);sh(sub_5_4,img_5,tit_5);}</script>

E na tag <body>, basta adicionar a função no onload.

 

<body onload="nomedaFuncao()">

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.