Re: vbscript / Internet Explorer info

From: Michael Harris \(MVP\) ("Michael)
Date: 02/28/04


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


Relevant Pages

  • Re: script src error
    ... So that's the additional "Response.Write" output make the page's client ... html become invalid html document. ... Subject: script src error ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: FAQ: How do I make a pop-up menu in HTML?
    ... > CGI.pm predates pop-up browser windows. ... As the HTML specification rightly points out: ... Or to put it another way: it's entirely the business of the client ... But whichever source of documentation you choose for the CGI.pm ...
    (comp.lang.perl.misc)
  • Re: Is all script run client-side and othe simple questions.
    ... Does "render' occur after the entire HTML is read. ... The server created the HTML but does not, for example, load images. ... The client parses the HTML without ... adding script calls to a control can be done anytime before render. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: How do I get HTML sent to server?
    ... You can send any string to the server using form post. ... HTML is just a text string. ... a file or is made on the spot by serverside script. ... html is probably stored in the client browser cashe, ...
    (comp.lang.javascript)
  • Re: VBScript Interacting with HTML
    ... You can read via script for instance on the client ... I imagine you have frames or iframes between your ASP and you html page. ... You can read from the html page value always on the client and using frames ...
    (microsoft.public.scripting.vbscript)

Quantcast