I want to validate some form item value in javascript and need to use variable variables ($$my_var, in php). Is there a same function in javascript?? Please help.
Well, you can eval a string containing the values.
But it wouldn't surprise me if there's an easier way to do what you want. Variable variables are a pretty complex way of doing anything imho. Whatcha got?