Notice
Recent Posts
Recent Comments
Link
목록Msxml2.DOMDocument (1)
아미(아름다운미소)
asp) MSXML2.DOMDocument 버전확인
Function ProgIDInstalled(progID) On Error Resume Next Dim o : Set o = CreateObject(progID) ProgIDInstalled = Err.Number = 0 End Function If ProgIDInstalled("MSXML2.DOMDocument.3.0") Then ' MSXML3 is present ' End If If ProgIDInstalled("MSXML2.DOMDocument.4.0") Then ' MSXML4 is present ' End If If ProgIDInstalled("MSXML2.DOMDocument.5.0") Then ' MSXML5 is present ' End If If ProgIDInstalled("MSXM..
랭귀지/ASP
2021. 8. 3. 09:56