我正在使用以下代码为父 iframe 加载 iframe src。但它不适合我。
var cur_iframeid = frameElement.id;
alert(cur_iframeid);//Parent iframe id
var value = "activity.aspx?id=Y&cust_id=" + cust_id + "&role_id=" + role +";
alert(value);
cur_iframeid.src = value;//Its not working.