|
OK, for some reason the Submit button was messing it up. When I do it with a:
<input type="button" onclick="changeSize(document.getElementById('FontS ize').value);" value="GO TO IT!">
It works. But now when the user refreshes it, it doesn't stay... now my question is how can I make that value stick in a cookie or something?
|