View Single Post
Old 08-09-2003, 05:12 PM   #1 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,505
sde is on a distinguished road
javascript question

Code:
<script>
var i = 1;
document.write(i);
</script>
is there a way for later down the html page for me to change i above? for example .. after that script showed up .. this one did.
Code:
<script>
i = 2;
</script>
please say yes!
__________________
Mike
sde is offline   Reply With Quote