Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > VBScript: label woes in dialog box window... :S

Reply
Thread Tools

VBScript: label woes in dialog box window... :S

 
 
KevinGPO
Guest
Posts: n/a
 
      01-17-2006
When I use MsgBox() in my ASP code, written out as VBScript code, then my
dialog window box appears with the title prefixed with "VBScript:". So if
the title of the dialog window was suppose to be "Save changes", it looks
like "VBScript: Save changes". Is there any way to not display the
"VBScript:" label?



 
Reply With Quote
 
 
 
 
Patrice
Guest
Posts: n/a
 
      01-17-2006
AFAIK likely not no for safety reasons (i.e. one may want to know that is a
VBScript Window and not some local application window before answering).

As a side note, JavaScript is most often used client side...

--
Patrice

"KevinGPO" <> a écrit dans le message de
news:...
> When I use MsgBox() in my ASP code, written out as VBScript code, then my
> dialog window box appears with the title prefixed with "VBScript:". So if
> the title of the dialog window was suppose to be "Save changes", it looks
> like "VBScript: Save changes". Is there any way to not display the
> "VBScript:" label?
>
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
div box questions; float text around a box, fit box to image size Gnarlodious HTML 4 05-05-2010 11:30 AM
How to get/read Hard disk label / drive label Praveen Python 1 11-05-2006 07:48 PM
Building a dialog box in that looks like Confirmation box (ASP.NET). Please help !!! bienwell ASP .Net 5 08-13-2006 03:54 AM
<label><div></div></label> allowed? Josef K. ASP .Net 3 05-22-2005 02:13 PM
label versus asp:label Question. Thanks. Shapper ASP .Net 2 05-07-2005 05:55 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57