Hi Sjoerd,
Try the first line (rest are here for context reference to my blog code) in your XSJS code
var output = "<body onload=\"window.open('', '_self', ''); window.close();\">"; | ||
output = output + "Article: " + v_article_id + " updated to New Sale Price: " + v_sale_price + " <br><br>"; | ||
$.response.setBody(output); |
in IE9, window opens and immediately closes
In Chrome, it crashes.
This is the closest I can get to.
Thanks.