What would be the best way to attach an event so on change of a select option a URL. Store the href in an attr and grab it on change?
aa bb //for javascript function _name(value,rel) { alert(value+"-"+rel); }