response.write"top.location.href=""dingdan.asp"";"

解决方案 »

  1.   

    如楼上所改,顺便说明:
    parent,top,blank,self这几个属性都是要下划线开头,相反在自定义大frame中名称则倒过来不能以下划线开头,不然就处理会不正确
      

  2.   

    我的dingdan.asp文件是鑲嵌在框架裡的!每次刷新時都隻能看到dingdan.asp文件,跟本就不能回到原始的框架網頁!請問怎麼做呢?
      

  3.   

    response.write"<a id=ss href='dingdan.asp' target='parent'>x</a>
    response.write"<script language=javascript>"
    response.write"ss.click();"
    response.write"</script>"
      

  4.   

    <a target="_parent">少写了一个下划线,道理跟<a target="_blank">是一样的。