left.htm
<input type=button onclick="parent.frame[1].location='1.htm'">

解决方案 »

  1.   

    to :zhaoweiwei(轩辕大侠) ( )少了个s
    <input type=button onclick="window.parent.frames[1].location.href='1.htm'">
      

  2.   

    对<input type=button onclick="parent.frames[1].location='1.htm'">
      

  3.   

    我刚给你做了一个,这个是肯定可以的,拿去用吧。<INPUT id="Submit1" onclick="parent.frames.item(1).location='FrameRight.htm'" type="submit" value="Submit" name="Submit1">
      

  4.   

    左帧:<input type="button" onclick="右帧名称.location='*.*'">
    如果有继承关系的:
    左帧:<input type="button" onclick="parent.右帧名称.location='*.*'">