Posted by paladin.rithe@gmail.com on 04/02/06 22:57
Mainly because I have a bunch of variables that I want to be able to
set via their respective functions. Mainly, it's an output system
where each variable is a different id in the html. Via the
XMLHttpRequest of JavaScript, when these are printed, they will be
called as JavaScript Code via eval(). While I can write functions that
take care of all the variables, I thought it would be easier to just
have one that does the same thing to all of them.
[Back to original message]
|