Verduister D.W.Z.
Verduister manuscripten
Verduister script_text
'Plaats D.W.Z. = CreateObject („InternetExplorer.Application“)
Reeks D.W.Z. = WScript.CreateObject („InternetExplorer.Application“, „IE_“)
Met D.W.Z.
.left=200
.top=200
.height=480
.width=600
.menubar=1
.toolbar=1
.statusBar=1
'
De 'code inzake deze pagina zal een fout werpen.
'
.navigate „http://www.delphicommunity.com/teststop.html“
.visible=1
Eind met
'Vereis niet de lijn omdat wij de gebeurtenissen gebruiken
Terwijl 1: WSH.Sleep 1000: Wend
Reeks D.W.Z. = niets
WScript.Quit (0)
Sub IE_DocumentComplete (ByVal pDisp, URL)
Gebeurtenis van DocumentComplete van MsgBox de „voor URL wordt opgeheven die: “ & URL
Met IE.Document
Vastgestelde manuscripten = ie.document.all.tags („manuscript“)
Voor x = 0 tot scripts.length-1
script_text = manuscripten (x) .text
Als InStr (script_text, „alarm“) > 0 toen
manuscripten (x) .text = „functiestopError () {ware terugkeer;}window.onerror = stopError; “
Eind als
script_text = manuscripten (x) .text
MsgBox (script_text)
Daarna
Eind met
Sub van het eind
Sub IE_OnQuit ()
MsgBox „D.W.Z. houdt met“ op
WSH.Quit
Sub van het eind
|