1. frames is a collection, frames['framename'] is same as frames.item('framename'), which gives you a window object2. you cannot call server side methods in index.aspx from top.aspx>>>我想点击在top.aspx中一个button使left和main的页面都刷新
<input type="button" value="刷新" onclick="parent.frames[1].frames['left'].location.reload(true);parent.frames[1].frames['main'].location.reload(true);">