Quick References
ADO
ASP
CSS2
HTML
JavaScript
Jet SQL
VBScript
WML
WMLScript
WSH
XHTML
XML DOM
XSLT
Features
Knowledge Base
Tutorials
Partners
ZVON.ORG
XML
Planet Source Code
VisualBuilder
Web Design
Your HTML Source
XML/XSLT Forums
ASPAlliance
Scripts
Programmers Heaven
Tek-Tips Forums
Developer Fusion
Code Project
Float library
Lang library
String library
URL library
WMLBrowser library
STANDARD LIBRARY: Dialogs
The
Dialogs Library
consists of three functions that provide user interface by displaying messages and prompts. The user must respond to the displayed message or prompt in order for the program to continue to execute.
The library and function names are case sensitive.
The three functions are:
alert
Displays a message, called an alert, that the user must acknowledge.
Syntax:
Dialogs.alert
(message)
confirm
Displays a message, called a confirmation, that requires the user to make a choice.
Syntax:
Dialogs.confirm
(message, okmessage, cancelmessage)
prompt
Displays a message, called a prompt, that requires the user to input a value.
Syntax:
Dialogs.prompt
(message, defaultinput)
Copyright 1999-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information