有两个iframe,如何让iframe1中的参数A传给iframe2,并刷新iframe2
parent.document.all.iframe1.src="XXXX.asp?bt=34"
parent.document.all.iframe1.location.reload();
显然不行