Jump to content
Fórum Script Brasil
  • 0

Clicar em uma imagem automaticamente via javascript


marcelomcn

Question

Pessoal,

O problema parece bastante simples mais não estou conseguindo fazer. É o seguinte.

Tenho uma imagem em meu site e quero que via javascript essa imagem seja clicada.

<html>

<script lenguage="javascript">

if(alguma coisa){

document.getElementById('123456').click();

}

</script>

<body>

<img id='123456' src="imagem.jpg""/>

</body>

</html>

Quando eu faço isso diz que click() não é uma função. Exite como eu fazer isto??

Obrigado desde já quem puder ajudar.

Edited by marcelomcn
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Não tem como você forçar um click. O que você pode fazer é "fingir" um click para chamar o evento 'onclick' desse elemento, caso você o tenha definido.

Se eu não me engano, você pode usar .fireEvent('onclick');

Link to comment
Share on other sites

  • 0

Rapaz.

Num é que funcionou?

document.getElementById('btndata_emissaoinicial').fireEvent('onclick');;
Mas bo Firefox não funcionou.. Em tempo: Esquece acima: Assim funcinou no ie9 e no ff7
document.getElementById('btndata_emissaoinicial').fireEvent('onclick');

Edited by Carlos Rocha
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...