Faible IE
Faibles manuscrits
Faible script_text
'Placer IE = CreateObject (« InternetExplorer.Application »)
Placer IE = WScript.CreateObject (« InternetExplorer.Application », « IE_ »)
Avec l'IE
.left=200
.top=200
.height=480
.width=600
.menubar=1
.toolbar=1
.statusBar=1
'
'Le code à cette page jettera une erreur.
'
.navigate « http://www.delphicommunity.com/teststop.html »
.visible=1
Extrémité avec
'Ne pas avoir besoin de la boucle parce que nous employons les événements
Tandis que 1 : WSH.Sleep 1000 : Wend
Placer IE = rien
WScript.Quit (0)
Substrater IE_DocumentComplete (pDisp de ByVal, l'URL)
Événement de MsgBox le « DocumentComplete a augmenté pour l'URL : » Et URL
Avec IE.Document
Placer les manuscrits = l'ie.document.all.tags (le « manuscrit »)
Pour x = 0 à scripts.length-1
le script_text = scripts (x).text
S'InStr (script_text, « alerte ») > 0 puis
manuscrits (x).text = « stopError de fonction () {de retour rectifier ;}window.onerror = stopError ; »
Finir si
le script_text = scripts (x).text
MsgBox (script_text)
Après
Extrémité avec
Sous-marin d'extrémité
IE_OnQuit secondaire ()
MsgBox « IE stoppe »
WSH.Quit
Sous-marin d'extrémité
|