本帖最后由 meety5 于 2011-10-13 22:45:17 编辑

解决方案 »

  1.   


    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
    <title>无标题文档</title>
    <script language="javascript">
    function myhomepage(){
    this.homepage.style.behavior='url(#default#homepage)';
    this.homepage.sethomepage('http://forum.csdn.net');
    }
    </script>
    </head>
    <body>
    <p align="center"><a href="http://forum.csdn.net" name="homepage" onclick="myhomepage();">点击设置主页</a></p>
    </body>
    </html>
      

  2.   

    想用flash调用外边的JS
    flash中点击按钮设为首页
    试过了网上所有方法都不管用