ie 设置里面 的 不显示debug的选项去掉  然后就能看到脚本错误了

解决方案 »

  1.   

    <script language="javascript">
    <!--
    function __doPostBack(eventTarget, eventArgument) {
    var theform;
    if (window.navigator.appName.toLowerCase().indexOf("netscape") > -1) {
    theform = document.forms["Form1"];
    }
    else {
    theform = document.Form1;
    }
    theform.__EVENTTARGET.value = eventTarget.split("$").join(":");
    theform.__EVENTARGUMENT.value = eventArgument;
    theform.submit();//在此处报错,可惜javascript我不懂,哪位懂的人帮忙看下
    }
    // -->
    </script>
      

  2.   

    置于<!--   -->中的代码,在html语言中好象都是注释吧,没有理由错啊!
      

  3.   

    AutoPostBack属性已设为true应该就可以触发,你看看是不是别的什么地方错了?
      

  4.   

    我原先也是这样认为的,新建一个页面,重做,还是不行,奇怪的是单击页面上任意一个无关的button,都可以触发
      

  5.   

    AutoPostBack=true这个没有设置这是一个可能
    还有一个就是。NET的一个脚本没有执行,具体叫啥名忘了google一下吧
      

  6.   

    大哥能否说详细点呢?.NET我是刚起步
      

  7.   

    我也遇到相同的问题,
    郁闷死.
    如果你找到了解决方法,发我一份[email protected]
      

  8.   

    将Radiobutton的属性AutoPostBack设置为true,就OK了。
      

  9.   

    将Radiobutton的属性AutoPostBack设置为true
    Radiobutton_SelectedIndexChanged+=new .....
    还要订阅对应的事件
    然后
    fireevent