A页面有个frame显示B页面,B页面有个Timer在不断地修改window.status,然后在A页面里获取被B页面修改的window.status。我发现在IE下是能正常获取到被B页面修改的window.status,但为什么在safari下就获取不到呀???Help!!!

解决方案 »

  1.   

    status Property
    Sets or retrieves the message in the status bar at the bottom of the window.Standards Information
    There is no public standard that applies to this property. status 是 IE 扩展属性,并非标准属性!safari 下状态栏的属性名估计不一样,还是查查 safari 的参考手册吧!
      

  2.   

    其实,我主要是想从一个第三方的页面传递数据过来呀,那个第三方的页面是通过它的title和window.status把数据传送过来的。但在Safari浏览器下这两种渠道都是获取不到数据的呀。有没有别的什么可以代替的方法呢?