Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VBscript Coding

Status
Not open for further replies.

Stevob

MIS
Aug 30, 2002
1
GB
I need to code a dropdown box in vbscript with Critial,Warning and Info as the options to choose from the database is coded in vbscript and ASP and not knowing much on either have come to a dead end please help!
Here's the code that forms my table

[
if prog_id = "new" then
ProgName = ""
ProgDir = "dropdown box here"
Progexe = ""
Progcmdline = "" ]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top