I’m working on a new updated version of the cvLinkSelect class. Therefore I needed to create a dynamic object for the select boxes. Sometimes you’re stuck with your code and you need to know which words you need to use in your search engine. Finally I found this website!

var temp = new Object();
var name = el.getProperty('name');
var value = el.getProperty('value');

eval("temp."+name+"='"+value+"'");

/* Add the object to another object */
merged = Object.merge(merged,temp);

I hope this is helpful to you!

Top of Page