-
vbscript suppress
"Vbscript" always appears in my message box titles. How do I supress it
in ASP/Vbscript code?
thanks
-
Re: vbscript suppress
On 15 Jan 2002 16:56:45 GMT, "Rachel" <norbert.priller@eds.com> wrote:
¤
¤ "Vbscript" always appears in my message box titles. How do I supress it
¤ in ASP/Vbscript code?
¤
¤ thanks
Do you specify a value for the Title argument in the call to MsgBox?
Paul ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)
-
Re: vbscript suppress
Paul Clement <UseAdddressAtEndofMessage@swspectrum.com> wrote:
>On 15 Jan 2002 16:56:45 GMT, "Rachel" <norbert.priller@eds.com> wrote:
>
>¤
>¤ "Vbscript" always appears in my message box titles. How do I supress
it
>¤ in ASP/Vbscript code?
>¤
>¤ thanks
>
>Do you specify a value for the Title argument in the call to MsgBox?
>
>
>Paul ~~~ pclement@ameritech.net
>Microsoft MVP (Visual Basic)
Yes!
-
Re: vbscript suppress
On 18 Jan 2002 18:03:08 GMT, "Rachel" <norbert.priller@eds.com> wrote:
¤
¤ Paul Clement <UseAdddressAtEndofMessage@swspectrum.com> wrote:
¤ >On 15 Jan 2002 16:56:45 GMT, "Rachel" <norbert.priller@eds.com> wrote:
¤ >
¤ >¤
¤ >¤ "Vbscript" always appears in my message box titles. How do I supress
¤ it
¤ >¤ in ASP/Vbscript code?
¤ >¤
¤ >¤ thanks
¤ >
¤ >Do you specify a value for the Title argument in the call to MsgBox?
¤ >
¤ >
¤ >Paul ~~~ pclement@ameritech.net
¤ >Microsoft MVP (Visual Basic)
¤
¤ Yes!
I see what you mean. Unfortunately "VBScript" is always present. Microsoft designed it this way (for
security reasons) to differentiate between a MsgBox script running from IE and a standard MsgBox
running from an application on your machine.
The alternative is to use a JavaScript dialog box (which of course will work in both IE and
Netscape).
Paul ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks