B里有个BUTTON,buttion有没有什么代码,贴点出来看看

解决方案 »

  1.   

    你想干什么??禁用还是??
    $("input[type='button']").bind('click',function(){
    }放入B.html-head中:用jquery.js
      

  2.   

    BUTTON会引起页面提交,我想让下一弹出的页面在B的位置弹出,而不是从新页面弹出
      

  3.   

    加上这个:
    <head runat="server">
    <base target="_self" />
    </head >
      

  4.   

    顶一个 ---------------------------------
    http://www.pkwutai.cn
      

  5.   

    在head中 加入 base<!- <head> -->
    <base target="_self" /> 
    <!-- </head> -->
      

  6.   

    补充:记住再使用时,用清空ie的历史和临时文件(再firefox里可以正常使用window.showModalDialog)
      

  7.   

    用window.open吧如果效果还是不理想
    那就用div模拟吧
      

  8.   

    window.open可以,jquery还是比较好的,为什么不让用
      

  9.   

    up up_____________________________________
    http://www.shawnlin.cn
      

  10.   

    up_____________________________________
    http://www.shawnlin.cn
      

  11.   

    <base target="_self" />