Re: vbscript / Internet Explorer info
From: Michael Harris \(MVP\) ("Michael)
Date: 02/28/04
- Next message: Roland Hall: "Re: mailto with multiple text box"
- Previous message: Joe Earnest: "Re: Possible to time out a popup?"
- In reply to: Erwin Kalvelagen: "vbscript / Internet Explorer info"
- Next in thread: Erwin Kalvelagen: "Re: vbscript / Internet Explorer info"
- Reply: Erwin Kalvelagen: "Re: vbscript / Internet Explorer info"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 28 Feb 2004 14:05:39 -0800
> I am looking for a document describing how to manipulate
> Internet Explorer objects....
HTML and Dynamic HTML (Internet Explorer - DHTML)
http://msdn.microsoft.com/workshop/author/dhtml/dhtml_node_entry.asp
> ..., but I have problems finding VBscript
> examples.
That will always be a problem. Even in the Microsoft documentation you will
find only a few VBScript examples of client side, browser hosted script.
The reason is that only IE supports VBScript on the client. Cross browser
client script must be in J(ava)Script since that is what is supported on all
modern mainstream browsers.
You would be well served to learn JavaScript, even if your only purpose is
to be able to translate JavaScript examples into VBScript equivalents for IE
only clients.
-- Michael Harris Microsoft.MVP.Scripting Microsoft® Windows®2000 Scripting Guide http://www.microsoft.com/technet/scriptcenter/scrguide/sagsas_overview.asp TechNet Script Center Sample Scripts http://www.microsoft.com/technet/scriptcenter/default.asp Download in HTML Help format (searchable) http://www.microsoft.com/downloads/release.asp?ReleaseID=38942 WSH 5.6 documentation download http://www.microsoft.com/downloads/details.aspx?FamilyId=01592C48-207D-4BE1-8A76-1C4099D7BBB9&displaylang=en
- Next message: Roland Hall: "Re: mailto with multiple text box"
- Previous message: Joe Earnest: "Re: Possible to time out a popup?"
- In reply to: Erwin Kalvelagen: "vbscript / Internet Explorer info"
- Next in thread: Erwin Kalvelagen: "Re: vbscript / Internet Explorer info"
- Reply: Erwin Kalvelagen: "Re: vbscript / Internet Explorer info"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|