View Single Post
Old 08-09-2003, 06:28 PM   #2 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,529
sde is on a distinguished road
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>%>&nbsp;</table>
__________________
Mike
sde is offline   Reply With Quote