3
Well... my doubt is how to capture the value that lies between:
<ALGUMATAGHTML> O valor definido arqui</ALGUMATAGHTML>
Since the value I want to capture is:
<span style="" id="streamurl">Aqui!!!</span>
I tried with Javascript but it didn’t work. JS code:
var url = document.getElementById('streamurl').value;
alert(url);
Does anyone there know how to take it in JS?
I could not understand. What is "Here"? Which element with id "streamurl"?
– Sam
@Dvdsamm answered and removed until the question is edited rs, finger itches to answer.
– NoobSaibot
Edit the question by explaining the question better.
– Sam
I just readjusted the question, the problem is that this is my first time in the stack and did not know the restriction of Html, so it ends up disappearing all the code that pasted in the post... Malz
– Diego Queiroz