window.onload = function()
{
  window.frames["notice"].document.onclick = function()
  {
    alert("只要不跨域, 就可以操作");
  }
}