Jump to content
Fórum Script Brasil
  • 0

Pegar elemento da pagina com document.getElementById('')


psgvaz

Question

Caros..

Estou com a seguinte problema, não estou a pegar um elemento que tem em uma pagina em javascript, quero pegar o valor em real que está aparecendo no primeiro codido.

codigo

<span style="border:0px; padding-top:0px; padding-bottom:0px; font-weight:bold; color:#878787; font-size:24px;" id="Amt5870">R$ 0,63</span>

outro exemplo

<div style="font-weight:bold;" id="Usr5870">adriano198</div>

e como faço para da um click automático no link

codigo:

<a id="btBidActive_5870" href="java script:bidnow(5870,739666)" style="text-decoration:none; display: none">

<img name="IMG5870" src="http://www.webxcdn.com/ofertafacil/templates/OfertaFacil/img_files/btOfertaGrandeAtivo.gif" border="0" />

</a>

fico no aguardo...

Edited by psgvaz
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

OI cara no codigo que passei, quero pegar a variável adriano198 do codigo abaixo

<div style="font-weight:bold;" id="Usr5870">adriano198</div>

e outra coisa, como fazer com que possa simular clicar automaticamente com esse codigo abaixo:

veja que ele tem javascript "script:bidnow(5870,739666)" passando um paramento.

como faria para criar um script para ele simular clic automaticamente.

já tentei com isso e não funcionoou

document.getElementById(”elemento”). click();

<a id="btBidActive_5870" href="java script:bidnow(5870,739666)" style="text-decoration:none; display: none">

<img name="IMG5870" src="http://www.webxcdn.com/ofertafacil/templates/OfertaFacil/img_files/btOfertaGrandeAtivo.gif" border="0" />

</a>

Grato

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...