document.getElementById('some_frame_id').contentWindow.location.reload();注意,在Firefox中,
window.frames[]不能通过id进行索引,而只能通过名称或索引进行索引

document.getElementById('some_frame_id').contentWindow.location.reload();注意,在Firefox中,
window.frames[]不能通过id进行索引,而只能通过名称或索引进行索引