- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi you need to add additional variables info to your JS code after - var items = query.ExecuteQuery();
------------------
for each (var row in items )
instance.vars.label= row.@label1;
------------------
then in alert use this instance var as- <%= instance.vars.label%>
Hope this helps.