Re: How to Create a ListBox
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
"Andrew HUANG" <AndrewHUANG@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:54BB901C-05F9-450F-86E8-B6AAF2151FAE@xxxxxxxxxxxxxxxx
Hi, All
I would like to use a ListBox in VBScript.
I am not using a web page or ASP
Is there any way to do it using VBScript?
Define ListBox? Do you mean an HTML <select>?
If so, that requires an interface which VBScript doesn't really have.
However, you could use an HTA (HTML Application) which is
basically a Web page controled by VBScript (or JScript).
Also, what do you want to do with it?
.
Relevant Pages
- OT: Underline just the S in the Submit Button?
... It clearly is an ASP forum, ... This alone hardly makes VBScript a more appropriate topic. ... ASP to create something other than HTML, certainly over 95% of the ASP ... If your question is worth asking, ... (microsoft.public.inetserver.asp.general) - Creating a DLL
... I do understand the difference between ASP and ASP.NET. ... I am trying to create an object that encapsulates the Microsoft Common ... The HTML pages already exist ... simply reference the MS Common Dialog through the VBScript in the HTML pages ... (microsoft.public.dotnet.languages.vb.controls) - Re: display html variable through VbScript ???
... So i want that value to come on screen in the HTML ... than things like "VBScript part of ASP page". ... //in client script block: ... (microsoft.public.scripting.vbscript) - Re: Underline just the S in the Submit Button?
... I can write ASP in several languages, including VBScript. ... I can not write ASP code in HTML (whether I prefer VBScript, JScript, ... (microsoft.public.inetserver.asp.general) - Re: Can I use HTML alone?
... -use a HTML page with VBScript added to access any database ... do all this "extra" stuff that seems to go with an ASP page put me off the ... > It's a simple HTML file with scripting, not to mention deprecated as you ... (microsoft.public.scripting.vbscript) |
|