window.frames["iframeName"].scrollTo(x, y); //x y即坐标值

解决方案 »

  1.   

    給個程式你看看,如果覺得可以以後多練習哦<IFRAME   border=0  marginWidth=0 marginHeight=0  src="tthead/head.html" frameBorder=0 width=100%  height=70></IFRAME>width=100%  height=70
      

  2.   

    to  meizz 兄:总是说拒绝访问.....
      

  3.   


    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <title>办公信息</title>
    </head>
    <body>
    <div><input type=button value=click onclick="window.frames['frm'].scrollTo(100, 100);"></div>
    <iframe name="frm" width=300px height=200px scrolling="auto" src="javascript:<html><body></dody></html>"></iframe>
    </body>
    </html>