我有父.aspx页面,我打电话给3方网站并填写表格。
我正在解决触发子页面事件事件的问题。
Var MyWeb = new ActiveXObject("InternetExplorer.Application");
var controlCat = MyWeb.document.getElementById("ctl00_ContentPlaceHolder1_cmbCategory");
if (controlCat != null) {
controlCat.value = subCat;
$(controlCat).trigger("change");