roles:=@UserRoles;
@For(i:=1;i<=@Elements(roles);i:=i+1;
value:=@DbLookup("":"Nocache";"":"";"testing";roles[i];"value");
@If(@IsError(value);value:="";value:=value);@If(value!="";radio:=radio+"<input type=\"radio\" id=\"testid"+@Text(i)+"\" name=\"test1\" onclick=\"test(this)\" value=\""+ value+"\">";""));
radio;

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-30
  • 2021-09-05
  • 2021-07-01
  • 2021-12-13
  • 2022-12-23
  • 2021-10-17
猜你喜欢
  • 2022-12-23
  • 2021-08-29
  • 2022-12-23
  • 2021-07-08
  • 2022-12-23
  • 2022-12-23
  • 2021-06-08
相关资源
相似解决方案