I've been using both in javascript ... really don't know the difference. Googling always shows results for the "window object" or "opening a new window in javascript" so couldn't find anything there.
eval("v"+e)
window["v"+e]
Sometimes window works for me and at other times eval works ....
So what's the difference between eval() and window[] ?
Sorry for the newbie question though !
Norman
eval, you're probably doing something wrong. Eval does have a purpose, but newcomers probably aren't using it for that. (this is an old question that was recently brought up, so this question is meant for others)