亚洲香蕉成人av网站在线观看_欧美精品成人91久久久久久久_久久久久久久久久久亚洲_热久久视久久精品18亚洲精品_国产精自产拍久久久久久_亚洲色图国产精品_91精品国产网站_中文字幕欧美日韩精品_国产精品久久久久久亚洲调教_国产精品久久一区_性夜试看影院91社区_97在线观看视频国产_68精品久久久久久欧美_欧美精品在线观看_国产精品一区二区久久精品_欧美老女人bb

首頁 > 編程 > VBScript > 正文

VBS InternetExplorer.Application的屬性和方法介紹

2020-07-26 11:53:57
字體:
來源:轉載
供稿:網友

示例代碼

Set ie = CreateObject("InternetExplorer.Application") ie.Navigate "http://www.49028c.com" Wscript.Sleep 1000 ie.Toolbar = 0 ie.visible=False ie.Document.f1.word.value = kw If ie.Document.f1.word.value="" Then Wscript.Quit 

上面是在網上看到的,Navigate Toolbar visible 等都是怎么用的??
怎么網上找不到它們的用法?
下面是一些屬性說明:

Set ie=WScript.CreateObject("internetexplorer.application")
ie.menubar=0 '不顯示IE對象菜單欄
ie.AddressBar=0 '不顯示IE對象地址欄
ie.ToolBar=0 '不顯示IE對象工具欄
ie.StatusBar=0 '不顯示IE對象狀態欄
ie.FullScreen=1 '全屏化IE對象
ie.Width=800 '設置IE對象寬度
ie.Height=600 '設置IE對象高度
ie.Resizable=0 '設置IE對象大小是否可以被改動
ie.visible=1 '設置是否可見
ie.Navigate "http://www.49028c.com" '設置IE對象默認指向的頁面

目的留個備份,方便我以后去MSDN上找用法。

InternetExplorer Object

42 out of 82 rated this helpful Rate this topic

Controls an instance of Windows Internet Explorer through automation.

Members Table

The following table lists the members exposed by the InternetExplorer object.

Events

Event Description
BeforeNavigate Fires before navigation occurs in the given object (on either a window or frameset element).
BeforeNavigate2 Fires before navigation occurs in the given object (on either a window element or a frameset element).
CommandStateChange Fires when the enabled state of a command changes.
DocumentComplete Fires when a document is completely loaded and initialized.
DownloadBegin Fires when a navigation operation begins.
DownloadComplete Fires when a navigation operation finishes, is halted, or fails.
FileDownload Fires to indicate that a file download is about to occur. If a file download dialog box can be displayed, this event fires prior to the appearance of the dialog box.
NavigateComplete Fires after a navigation to a link is completed on either a window element or a frameSet element.
NavigateComplete2 Fires after a navigation to a link is completed on a window element or a frameSet element.
NavigateError Fires when an error occurs during navigation.
NewProcess Creates a new process to handle the navigation.
NewWindow Fires when a new window is to be created.
NewWindow2 Fires when a new window is to be created.
NewWindow3 Raised when a new window is to be created. Extends NewWindow2 with additional information about the new window.
OnFullScreen Fires when the FullScreen property is changed.
OnMenuBar Fires when the MenuBar property is changed.
OnQuit Fires before the Internet Explorer application quits.
OnStatusBar Fires when the StatusBar property is changed.
OnTheaterMode Fires when the TheaterMode property is changed.
OnToolBar Fires when the ToolBar property is changed.
OnVisible Fires when the Visible property of the object is changed.
PrintTemplateInstantiation Fires when a print template is instantiated.
PrintTemplateTeardown Fires when a print template is destroyed.
PrivacyImpactedStateChange Fired when an event occurs that impacts privacy, or when a user navigates away from a URL that has impacted privacy.
ProgressChange Fires when the progress of a download operation is updated on the object.
PropertyChange Fires when the PutProperty method of the object changes the value of a property.
RedirectXDomainBlocked Fired when a cross-domain redirect request is blocked.
SetPhishingFilterStatus Fires to indicate the progress and status of Microsoft Phishing Filter analysis of the current webpage.
SetSecureLockIcon Fires when there is a change in encryption level.
StatusTextChange Fires when the status bar text of the object has changed.
ThirdPartyUrlBlocked Fired when a third-party URL is blocked.
TitleChange Fires when the title of a document in the object becomes available or changes.
UpdatePageStatus Not implemented.
WindowActivate Not implemented.
WindowMove Not implemented.
WindowResize Not implemented.
WindowStateChanged Fires when the visibility state of a content window, such as the browser window or a tab, changes.

Methods

Method Description
ClientToWindow Computes the full size of the browser window when given the specified width and height of the content area.
ExecWB Executes a command and returns the status of the command execution using the IOleCommandTarget interface.
GetProperty Gets the value associated with a user-defined property name.
GoBack Navigates backward one item in the history list.
GoForward Navigates forward one item in the history list.
GoHome Navigates to the current home or start page.
GoSearch Navigates to the current search page.
Navigate Navigates to a resource identified by a URL or to a file identified by a full path.
Navigate2 Navigates the browser to a location that might not be expressed as a URL, such as a pointer to an item identifier list (PIDL) for an entity in the Windows Shell namespace.
PutProperty Associates a user-defined name/value pair with the object.
QueryStatusWB Queries the object for the status of commands using the IOleCommandTarget interface.
Quit Closes the object.
Refresh Reloads the file that is currently displayed in the object.
Refresh2 Reloads the file that is currently displayed with the specified refresh level.
ShowBrowserBar Shows or hides a specified browser bar.
Stop Cancels a pending navigation or download, and stops dynamic page elements, such as background sounds and animations.

Properties

Property Description
AddressBar Sets or gets a value that indicates whether the address bar of the object is visible or hidden.
Application Gets the automation object for the application that is hosting the WebBrowser Control.
Busy Gets a value that indicates whether the object is engaged in a navigation or downloading operation.
Container Gets an object reference to a container.
Document Gets the automation object of the active document, if any.
FullName Retrieves the fully qualified path of the Internet Explorer executable.
FullScreen Sets or gets a value that indicates whether Internet Explorer is in full-screen mode or normal window mode.
Height Sets or gets the height of the object.
HWND Gets the handle of the Internet Explorer main window.
Left Sets or gets the coordinate of the left edge of the object.
LocationName Retrieves the path or title of the resource that is currently displayed.
LocationURL Gets the URL of the resource that is currently displayed.
MenuBar Sets or gets a value that indicates whether the Internet Explorer menu bar is visible.
Name Retrieves the frame name or application name of the object.
Offline Sets or gets a value that indicates whether the object is operating in offline mode.
Parent Gets the parent of the object.
Path Retrieves the system folder of the Internet Explorer executable.
ReadyState Gets the ready state of the object.
RegisterAsBrowser Sets or gets a value that indicates whether the object is registered as a top-level browser window.
RegisterAsDropTarget Sets or gets a value that indicates whether the object is registered as a drop target for navigation.
Resizable Sets or gets a value that indicates whether the object can be resized.
Silent Sets or gets a value that indicates whether the object can display dialog boxes.
StatusBar Sets or gets a value that indicates whether the status bar for the object is visible.
StatusText Sets or gets the text in the status bar for the object.
TheaterMode Sets or gets whether the object is in theater mode.
ToolBar Sets or gets whether toolbars for the object are visible.
Top Sets or gets the coordinate of the top edge of the object.
TopLevelContainer Gets a value that indicates whether the object is a top-level container.
Type Gets the user type name of the contained document object.
Visible Sets or gets a value that indicates whether the object is visible or hidden.
Width Sets or gets the width of the object.

Remarks

Internet Explorer 8. On Windows Vista, to create an instance of Internet Explorer running at a medium integrity level, pass CLSID_InternetExplorerMedium (defined in exdisp.idl) to CoCreateInstance. The resulting InternetExplorerMedium object supports the same events, methods, and properties as the InternetExplorer object.

Examples

The following example uses CreateObject in Microsoft Visual Basic to launch an instance of Internet Explorer.

Dim IE As SHDocVw.InternetExplorerSet IE = CreateObject("InternetExplorer.Application")

The following C# example launches an instance of Internet Explorer and navigates to a Web page. The code also demonstrates how to create an event handler to listen for the BeforeNavigate2 event. The project requires a reference to the Microsoft Internet Controls (SHDocVw) type library.

using System;using System.Collections.Generic;using System.Text;namespace ConsoleApplication1{  class EventHandlers  {    public void OnBeforeNavigate2(object sender, ref object URL,                    ref object Flags, ref object Target,                    ref object PostData, ref object Headers,                    ref bool Cancel)     {      Console.WriteLine("BeforeNavigate2 fired!");    }  }  class Program  {    static void Main(string[] args)    {      EventHandlers e = new EventHandlers();      SHDocVw.InternetExplorer IE = new SHDocVw.InternetExplorer();      object Empty = 0;      object URL = "http://www.live.com";      // override BeforeNavigate2 event      IE.BeforeNavigate2 += new         SHDocVw.DWebBrowserEvents2_BeforeNavigate2EventHandler(             e.OnBeforeNavigate2);      IE.Visible = true;      IE.Navigate2(ref URL, ref Empty, ref Empty, ref Empty, ref Empty);      System.Threading.Thread.Sleep(5000);      IE.Quit();    }  }} 

Object Information

CLSID CLSID_InternetExplorer
Minimum availability Internet Explorer 4.0
Minimum operating systems Windows 98, Windows CE 4.0

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
亚洲香蕉成人av网站在线观看_欧美精品成人91久久久久久久_久久久久久久久久久亚洲_热久久视久久精品18亚洲精品_国产精自产拍久久久久久_亚洲色图国产精品_91精品国产网站_中文字幕欧美日韩精品_国产精品久久久久久亚洲调教_国产精品久久一区_性夜试看影院91社区_97在线观看视频国产_68精品久久久久久欧美_欧美精品在线观看_国产精品一区二区久久精品_欧美老女人bb
欧美老女人在线视频| 亚洲国产精品推荐| 粉嫩av一区二区三区免费野| 一区二区国产精品视频| 成人黄色av网站| 亚洲免费精彩视频| 亚洲一区二区在线| 日韩欧美在线中文字幕| 亚洲品质视频自拍网| 欧美亚洲在线视频| 欧美多人爱爱视频网站| 久久久av电影| 成人xxxx视频| 国产成人一区二| 久久久人成影片一区二区三区| 亚洲最新av在线网站| 欧美日韩中国免费专区在线看| 最近免费中文字幕视频2019| 国内精品国产三级国产在线专| 国产精品一区专区欧美日韩| 亚洲精品成人久久电影| 日韩精品免费在线播放| 国产精品1区2区在线观看| 国产精品久久久久久久久久久久久久| 国产精品久久久久久婷婷天堂| 夜夜嗨av色一区二区不卡| 日韩在线播放一区| 久久久人成影片一区二区三区观看| 国产亚洲美女久久| 国产精品免费一区二区三区都可以| 成人免费福利在线| www.精品av.com| 91丨九色丨国产在线| 日韩欧美成人精品| 亚洲第一精品久久忘忧草社区| 欧美三级欧美成人高清www| 一个人看的www欧美| www.欧美精品| 日本19禁啪啪免费观看www| 黑人精品xxx一区| 国产精品高清在线| 国产日韩换脸av一区在线观看| 国产精品九九九| 国产精品扒开腿做爽爽爽视频| 成人国产精品久久久久久亚洲| 亚洲一区二区久久久久久久| 欧美色播在线播放| 福利视频一区二区| 91亚洲精品久久久久久久久久久久| 精品久久久久久国产| 欧日韩在线观看| 日本高清不卡在线| 精品免费在线观看| 午夜欧美不卡精品aaaaa| 国产亚洲视频在线观看| 日韩中文第一页| 国产啪精品视频网站| 成人黄色午夜影院| 亚洲成人动漫在线播放| 精品中文字幕在线2019| 日韩精品高清视频| 欧美日韩一区二区在线播放| 91久久久久久久一区二区| 欧美日韩第一视频| 日韩在线免费视频| 亚洲免费视频观看| 日韩人体视频一二区| 免费成人高清视频| 国产成人精彩在线视频九色| 欧美在线视频免费播放| 日韩h在线观看| 日韩色av导航| 亚洲аv电影天堂网| 欧美日韩免费看| 欧美性受xxxx黑人猛交| 日韩精品在线免费播放| 国产精品免费视频xxxx| 日韩免费av在线| 欧美性xxxxx| 国产精品色午夜在线观看| 操日韩av在线电影| xxxx性欧美| 日韩av大片免费看| 久久久久亚洲精品国产| 97婷婷大伊香蕉精品视频| 色中色综合影院手机版在线观看| 欧美午夜精品久久久久久人妖| 亚洲国产精品一区二区三区| 日韩欧美一区二区三区久久| 欧美巨大黑人极品精男| 91精品中国老女人| 国产精品99久久久久久久久| 亚洲最大福利视频网站| 中文字幕在线成人| 欧洲中文字幕国产精品| 亚洲tv在线观看| 91tv亚洲精品香蕉国产一区7ujn| 欧美激情乱人伦一区| 亚洲欧美成人精品| 欧美综合国产精品久久丁香| 68精品国产免费久久久久久婷婷| 高跟丝袜欧美一区| 热久久免费国产视频| 精品人伦一区二区三区蜜桃免费| 国产极品jizzhd欧美| 欧美亚州一区二区三区| 亚洲成人激情在线观看| 欧美激情精品久久久| 国产精品自拍偷拍视频| 国产精品久久99久久| 久久露脸国产精品| 97在线视频免费看| 亚洲激情第一页| 国产精品久久久久久久久影视| 亚洲级视频在线观看免费1级| 日韩免费黄色av| 久久精品视频播放| 国产精品久久久久久久一区探花| 国产午夜精品麻豆| 91精品国产高清自在线看超| 国产精品久久久久久亚洲调教| 97香蕉久久超级碰碰高清版| 在线电影中文日韩| 成人国产亚洲精品a区天堂华泰| 大胆人体色综合| 日韩欧美在线视频观看| 国产成人一区二| 久久91精品国产91久久跳| 亚洲欧美国产日韩中文字幕| 色综合久久悠悠| 国产亚洲欧洲在线| 91精品国产自产在线| 成人啪啪免费看| 久久久久久久久久久人体| 国产精品永久免费在线| 亚洲直播在线一区| 国产精品91久久久久久| 亚洲黄色www| 日韩欧美高清在线视频| 成人黄色网免费| 亚洲精品国产福利| 精品国产1区2区| 日韩在线欧美在线国产在线| 亚洲区免费影片| 日本乱人伦a精品| 日韩精品欧美国产精品忘忧草| 国产91精品久久久久久久| 国产精品电影久久久久电影网| 欧美肥臀大乳一区二区免费视频| 亚洲精品99久久久久中文字幕| 中文字幕精品视频| 欧美丝袜一区二区| 亚洲第一av网站| 国产成人啪精品视频免费网| 91精品视频在线看| 亚洲人成伊人成综合网久久久| 久久国产精品久久久久久久久久| 亚洲国产精品国自产拍av秋霞| 亚洲欧美成人精品| 精品视频在线播放免| 日韩av网站大全| 欧美电影免费看| 亚洲一区亚洲二区| 国产91精品青草社区|