不用这么复杂搞定时器,iframe有onload和onerror事件,直接绑定处理方法就好了。
onerror时,要么连接服务器超时或者500,这状态码虽然不可以获取,但这样也足够了。
<iframe onerror="this.src='new src'">1 你应该在action中string text = getParameter("text1") setAttribute("text1",text1)在第二个页面function中getAttribute("text1")2 或者在第二个页面中 String text1 = request.getParameter("text1")