Code:
<span id=message>Hello</span>
<script>
document.getElementById('message').innerText='Goodbye';
</script>
this works .. but could it be done outside a span tag?
what i want to do is make a progress bar with a table % in html.
Code:
<table bgcolor=blue width=<script>// print var here</script>%> </table>