var a= _g().getWidgetByName("控件名").getValue();
url = "*****.frm&a='"+a+"'";
window.open(url);
var url = "*****.frm&a="+a;