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