dansteg
09/30/2021, 8:13 PMvar scriptText = "<html><script type=\"text/javascript\">" +
"var url='/app/accounting/transactions/purchord.nl?whence=&entity=" + vendorID + "'; " +
"var w = window.location.replace(url);" +
'</script></html>';
context.response.write(scriptText);