flash部分
on(release)
{
_root.getURL("test1.asp","yemian"); //不知道是否可以
_root.getURL("javascript:_go('test1.asp')","_self"); //这个应该是可以的,页面中有对应的js函数_go()
}

 

html部分
<script>
function _go(src)
{
yemian.location = src;
}
</script>
<iframe width=100% frameborder=0 height=300 src='test.asp' scrolling="no" name="yemian"></iframe>


相关文章:

  • 2022-12-23
  • 2021-09-11
  • 2022-12-23
  • 2021-12-02
  • 2021-11-29
  • 2022-12-23
  • 2021-12-23
猜你喜欢
  • 2022-12-23
  • 2022-03-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-17
  • 2021-08-30
相关资源
相似解决方案