【发布时间】:2023-04-10 15:30:01
【问题描述】:
var StrPageName = "GPGeneration_Credit.ashx?UniqueID=" + __uniqueId + "&supplierID=" + supplierID + "&CreditID=" + OrderIds;
window.open(StrPageName);
// Here I want to detect that File download is Complete or not and then refresh the //page
location.reload();
如有错误请帮我道歉
【问题讨论】:
-
你得到了什么?有什么错误吗?你能提供你的程序的输出吗?
标签: javascript