婷婷综合国产,91蜜桃婷婷狠狠久久综合9色 ,九九九九九精品,国产综合av

主頁 > 知識庫 > VBS InternetExplorer.Application的屬性和方法介紹

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

熱門標簽:加盟電銷機器人好的品牌 海外美發店地圖標注 百度地圖標注怎么卸載 外呼營銷下單系統 新密防封卡外呼系統違法嗎 辦理膠州400電話財稅 陜西高頻外呼回撥系統哪家好 前鋒辦理400電話申請 打電話的外呼系統貴不貴

示例代碼

Set ie = CreateObject("InternetExplorer.Application") 
ie.Navigate "https://www.jb51.net" 
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 "https://www.jb51.net" '設置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.InternetExplorer
Set 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

您可能感興趣的文章:
  • 用MyEclipse配置DataBase Explorer(圖示)
  • 淺談Android Studio 3.0 工具新特性的使用 Android Profiler 、Device File Explorer
  • linux下部署kodexplorer的方法
  • 開發 Internet Explorer 右鍵功能表(ContextMenu)
  • IE事件對象(The Internet Explorer Event Object)
  • 在IE6下發生Internet Explorer cannot open the Internet site錯誤
  • EXPLORER.EXE病毒手動解決方法
  • Eclipse中如何顯示explorer過程解析

標簽:四平 伊春 咸陽 牡丹江 阜陽 梅州 武威 河南

巨人網絡通訊聲明:本文標題《VBS InternetExplorer.Application的屬性和方法介紹》,本文關鍵詞  VBS,InternetExplorer.Application,;如發現本文內容存在版權問題,煩請提供相關信息告之我們,我們將及時溝通與處理。本站內容系統采集于網絡,涉及言論、版權與本站無關。
  • 相關文章
  • 下面列出與本文章《VBS InternetExplorer.Application的屬性和方法介紹》相關的同類信息!
  • 本頁收集關于VBS InternetExplorer.Application的屬性和方法介紹的相關信息資訊供網民參考!
  • 推薦文章
    婷婷综合国产,91蜜桃婷婷狠狠久久综合9色 ,九九九九九精品,国产综合av
    日韩不卡手机在线v区| 亚洲欧美日韩国产另类专区| 欧美国产一区视频在线观看| 午夜精品久久久久久久| 97久久人人超碰| 亚洲国产中文字幕| 风间由美一区二区三区在线观看 | 不卡一区在线观看| 亚洲成人av一区二区三区| 久色婷婷小香蕉久久| 色菇凉天天综合网| 亚洲欧美视频在线观看| 亚洲一区二区免费视频| 亚洲人亚洲人成电影网站色| 亚洲欧美视频在线观看视频| 亚洲在线免费播放| 亚洲第一福利一区| 成人免费看的视频| 日韩欧美你懂的| 亚洲欧洲日韩一区二区三区| 国产综合久久久久久久久久久久| 亚洲一区在线免费观看| 国产成人午夜电影网| 欧美一区二区日韩| 亚洲成人在线免费| 国产精品伦理一区二区| 国产乱子伦视频一区二区三区| 成人深夜福利app| 一区二区三区在线免费播放| 91丨porny丨蝌蚪视频| 日韩视频在线观看一区二区| 欧美日韩精品一区视频| 国产精品一区二区三区乱码| 亚洲日穴在线视频| 狠狠久久亚洲欧美| 成人精品gif动图一区| 精品视频色一区| 国产女人水真多18毛片18精品视频| 亚洲电影激情视频网站| 欧美网站一区二区| 亚洲综合在线五月| 91精品国产入口| 日韩欧美一区二区在线视频| 丁香天五香天堂综合| 精品中文字幕一区二区小辣椒| 在线中文字幕一区| 在线影视一区二区三区| 99久久精品免费看| a4yy欧美一区二区三区| 91老师国产黑色丝袜在线| 成人做爰69片免费看网站| 国产欧美一二三区| 亚洲福利视频一区| 强制捆绑调教一区二区| 极品瑜伽女神91| 色琪琪一区二区三区亚洲区| 欧美精品一区二区三区在线| 久久久久久综合| 国产欧美日韩卡一| 国产高清一区日本| 一本大道久久精品懂色aⅴ| 亚洲欧洲色图综合| 欧美一级专区免费大片| 久久这里只有精品6| 久久久久久久综合日本| 中文字幕在线一区二区三区| 中文字幕av一区二区三区免费看 | 一卡二卡欧美日韩| 国产精品综合二区| 91精品国产综合久久婷婷香蕉| 亚洲一区欧美一区| 91精品国产一区二区三区| 1000精品久久久久久久久| 日韩国产高清在线| 亚洲精品国产视频| 亚洲欧洲日本在线| 日韩免费看网站| 国产精品卡一卡二卡三| 日韩写真欧美这视频| 国产米奇在线777精品观看| 国产麻豆精品theporn| 91美女在线观看| 欧美日韩视频一区二区| 亚洲欧美怡红院| 亚洲成人免费观看| 91在线一区二区| 亚洲色大成网站www久久九九| 日韩电影在线一区| 91麻豆福利精品推荐| 国产欧美在线观看一区| 综合网在线视频| 国产一区欧美日韩| 欧美一级精品大片| 亚洲国产成人高清精品| 高清不卡一二三区| 精品国产网站在线观看| 亚洲一区二区3| 91浏览器在线视频| 欧美三级日韩三级| 欧美极品美女视频| 国产综合一区二区| 在线不卡中文字幕| 亚洲成a人片在线观看中文| 91在线观看视频| 亚洲日本中文字幕区| 成人久久久精品乱码一区二区三区| 日韩欧美综合在线| 老汉av免费一区二区三区| 日韩欧美在线影院| 国产乱一区二区| 国产精品久久久久影院色老大| 精品一区二区三区香蕉蜜桃| 精品欧美乱码久久久久久1区2区| 美女任你摸久久| 久久久精品黄色| 国产成人免费网站| 欧美一级电影网站| 韩国一区二区三区| 国产精品护士白丝一区av| 懂色av中文字幕一区二区三区| 国产精品看片你懂得| 在线成人av影院| 久久国产免费看| 亚洲一区在线免费观看| 欧美一级免费大片| 国产激情精品久久久第一区二区 | 日韩亚洲国产中文字幕欧美| 国产精品自拍在线| 午夜精品久久久久久久蜜桃app| 91精品国产免费| 欧美欧美午夜aⅴ在线观看| 国产99久久久国产精品免费看| 亚洲成精国产精品女| 中文字幕中文字幕一区二区| 精品99一区二区| 欧美va在线播放| 欧美一二三区在线| 欧美mv日韩mv| 精品少妇一区二区三区日产乱码| 欧美视频一区二区在线观看| www..com久久爱| 色8久久精品久久久久久蜜| 成人av第一页| 欧美日韩精品一区视频| 69堂亚洲精品首页| 日韩欧美国产wwwww| 亚洲国产精品二十页| 国产精品乱码一区二区三区软件| 国产丝袜美腿一区二区三区| 国产欧美在线观看一区| 亚洲三级小视频| 亚洲a一区二区| 成人性视频免费网站| 国模无码大尺度一区二区三区| 九九九精品视频| 激情文学综合丁香| 91丨porny丨户外露出| av电影在线观看不卡| 久久婷婷国产综合精品青草| 亚洲欧美日韩小说| 国产成人在线观看免费网站| 日韩欧美专区在线| 亚洲乱码国产乱码精品精可以看 | 亚洲另类在线制服丝袜| 麻豆精品一二三| 欧美无乱码久久久免费午夜一区| 欧美三电影在线| 国产蜜臀av在线一区二区三区| 午夜精品成人在线| 91久久精品国产91性色tv| 久久久不卡网国产精品二区| 亚洲愉拍自拍另类高清精品| 国产精品1区2区| 国产一区二区三区久久悠悠色av | 337p粉嫩大胆噜噜噜噜噜91av| 亚洲免费av高清| 99精品一区二区| 亚洲日本电影在线| 在线精品视频一区二区| 亚洲精品视频在线观看网站| 国产成人免费在线| 亚洲另类中文字| 欧美视频在线观看一区| 亚洲高清视频中文字幕| 成人av影视在线观看| 亚洲国产精品成人综合色在线婷婷| 韩国三级在线一区| 国产欧美日韩在线看| eeuss鲁片一区二区三区在线观看 eeuss鲁片一区二区三区在线看 | 99国产精品久久久久久久久久| 成人免费视频网站在线观看| 亚洲激情中文1区| 精品日韩99亚洲| 91浏览器在线视频| 美女尤物国产一区| 亚洲视频图片小说| 国产欧美1区2区3区| 欧美一区二区三区播放老司机| 成人在线视频一区二区| 日本不卡1234视频|