havey
07-08-2003, 01:42 PM
I'm pulling values from a url, hoping to add them as i write it to the page?
this is what i have:
<script>document.write(args["tot"]+args["reg"])</script>
it add 12 + 12 to give me 1212, would like an answer of 24 not 1212
thanks
this is what i have:
<script>document.write(args["tot"]+args["reg"])</script>
it add 12 + 12 to give me 1212, would like an answer of 24 not 1212
thanks