asp是在服务端解析的,
不能用alert,confirm等交互式对话框
只能生成html代码alert,confirm

解决方案 »

  1.   

    把alert("0000");
    去掉了。还是不行。提示我缺少对象
      

  2.   

    去掉alert("0000");之后出错在哪一行?
      

  3.   

       While (!RS.eof);{
    这一行
    提示 运行错误,缺少对象
      

  4.   

    var RS= cnn.execute("select bottom_price,sale_price from hotel_price where start_date ='" + i + "'");
       While (!RS.eof){
      

  5.   

    to:ssm1226
    肯定不是这个问题
    我 已经试过这个问题了
    去掉之后反而提醒我缺少;号
      

  6.   

    区分大小写!!!!!
    While=========>while