Thread
:
javascript question
View Single Post
08-09-2003, 05:12 PM
#
1
(
permalink
)
sde
Moderator
Join Date: May 2002
Location: us.ca
Posts: 4,505
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
View Public Profile
Visit sde's homepage!
Find More Posts by sde