我曾经为此发贴建议过,真的改进了,现在方便多了。

解决方案 »

  1.   

    贴一段看看呢,楼主
    --------------
    没问题呀。你看:
    public sub see()
        msgbox "可以呀。",64,""
    end sub
      

  2.   

    测试一下:难道真的不行。
        With Rs_Data
            If .State = adStateOpen Then
                .Close
            End If
            .ActiveConnection = cn
            .CursorLocation = adUseClient
            .CursorType = adOpenStatic
            .LockType = adLockReadOnly
            .Source = strOpen
            .Open
        End With
      

  3.   

    我明白了,在ie7中是可以的。今天早在另一台机器上可以,原来它是ie7,在ie6中还是不行。我还以为csdn改进了。原来不是这样。呵。你在ie7中贴代码,确实会缩进的。firefox也不行。
      

  4.   

    With Rs_Data
            If .State = adStateOpen Then
                .Close
            End If
            .ActiveConnection = cn
            .CursorLocation = adUseClient
            .CursorType = adOpenStatic
            .LockType = adLockReadOnly
            .Source = strOpen
            .Open
        End With什么意思,我也试试
      

  5.   

    With Rs_Data
      If .State = adStateOpen Then
        .Close
      End If
      .ActiveConnection = cn
      .CursorLocation = adUseClient
      .CursorType = adOpenStatic
      .LockType = adLockReadOnly
      .Source = strOpen
      .Open
    End With什么意思,我也试试
      

  6.   

    试试看With Rs_Data
    If .State = adStateOpen Then
    .Close
    End If
    .ActiveConnection = cn
    .CursorLocation = adUseClient
    .CursorType = adOpenStatic
    .LockType = adLockReadOnly
    .Source = strOpen
    .Open
    End With
      

  7.   

    With Rs_Data
        If .State = adStateOpen Then
           .Close
        End If
        .ActiveConnection = cn
        .CursorLocation = adUseClient
        .CursorType = adOpenStatic
        .LockType = adLockReadOnly
        .Source = strOpen
        .Open
    End With
      

  8.   

    浏览器不同
    firefox看不到
    maxthon能看到
      

  9.   

    With Rs_Data
        If .State = adStateOpen Then
           .Close
        End If
        .ActiveConnection = cn
        .CursorLocation = adUseClient
        .CursorType = adOpenStatic
        .LockType = adLockReadOnly
        .Source = strOpen
        .Open
    End With
    ------
    保佑,给我缩进啊
      

  10.   

    从技术上实现缩进,这么难吗?csdn的开发者应该想想呀。这可是技主论坛呀。
    连一般的基于动网的小论坛都是支持缩进的呀。
    哎!