Hi again ! For a recent project, I had to use the power of Javascript to obtain the <span> tag content. The first thing that came to my mind was by using the Javascript innerText property, but this was a bad idea. It seems that IE, Crome and Op...