MattoThePotatto
Programmer
Hey. I've tried the following code.. No success...
...
<script src="script.js">
</script>
...
<span id="one"> </span>
...
And the script..
document.getElementById('one').innerHTML="what ever here";
...
rest of script here (Working fine)
Any solutions?
Thanks, ^^
...
<script src="script.js">
</script>
...
<span id="one"> </span>
...
And the script..
document.getElementById('one').innerHTML="what ever here";
...
rest of script here (Working fine)
Any solutions?
Thanks, ^^