首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > VB >

哪位高手能说下这个网页操作是什么意思

2012-03-30 
谁能说下这个网页操作是什么意思Webbrower1.Document.parentWindow.execScript(QOM.AppList.clickList(34

谁能说下这个网页操作是什么意思
Webbrower1.Document.parentWindow.execScript("QOM.AppList.clickList(347,this)", "javascript")

这个.parentWindow.execScript是不是就是执行网页中定义好的一些javascript类的函数???

那么
Private Sub WebBrowser1_NavigateComplete2(ByVal pDisp As Object, URL As Variant)
  pDisp.Document.parentWindow.execScript "window.alert=null;"
  pDisp.Document.parentWindow.execScript "window.confirm=null;"
  pDisp.Document.parentWindow.execScript "window.prompt=null;"
  pDisp.Document.parentWindow.execScript "window.showModalDialog=null;"
  pDisp.Document.parentWindow.execScript "window.showModalessDialog=null;"
  pDisp.Document.parentWindow.execScript "window.open=null;"
End Sub
这些阻止网页的弹窗是吗?window.alert=null;都是什么命令呢??

[解决办法]

探讨

谁能跟我说下在web部件里Private Declare Function GetLastActivePopup Lib "user32" (ByVal hwndOwnder As Long) As Long
为什么没有效果呢,而ie里就可以

热点排行