﻿function iFrameClick(iFrameID, link) {
	document.getElementById(iFrameID).contentWindow.document.box_shareinfo.onclick = function() {
		//parent.location=link; //.getElementById(iFrameID).contentWindow.location.reload();
		alert('hello');
	}
}