请教一个iframe的问题请问,建了一个a.asp,里面用iframe嵌套了一个b.asp,在b.asp中有个连接,我想点击这个连接的时候把a.asp刷新了,怎么实现呢?[解决办法]<a href="javascript:parent.location.reload();">xxx</a>