473,388 Members | 1,423 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,388 software developers and data experts.

msgbox title

In my ASP script I call Javascript for a msgbox after the user has
submitted the form of their resume information. I saw this example as a way
to get a msgbox onto the client from ASP since server side scripts can't
send a msgbox to a client.

<%
Const DQ = """"
Response.Write("<script language=VBScript>" & "MsgBox " & DQ & "Your Resume
Information Has Been Sent to companyname" & DQ & "</script>")
%>

But the title of the msgbox has "VBScript". Adding a title to the MsgBox
command only appends this.

Am I stuck with this awful text or is there a way to control the complete
title text?

Thanks!
Pete
Jul 19 '05 #1
1 5333
Although you're response.writing this, it's a client side scripting question
(vbscript, not javascript).

But, fwiw

msgbox "Hi", 1, "Here is the title"

That will still have VBScript in the title though. FOllow up in vbscript
group.

Ray at work
"Peter Bassett" <pb**********@comcast.net> wrote in message
news:Xn**********************************@204.127. 204.17...
In my ASP script I call Javascript for a msgbox after the user has
submitted the form of their resume information. I saw this example as a way to get a msgbox onto the client from ASP since server side scripts can't
send a msgbox to a client.

<%
Const DQ = """"
Response.Write("<script language=VBScript>" & "MsgBox " & DQ & "Your Resume Information Has Been Sent to companyname" & DQ & "</script>")
%>

But the title of the msgbox has "VBScript". Adding a title to the MsgBox
command only appends this.

Am I stuck with this awful text or is there a way to control the complete
title text?

Thanks!
Pete

Jul 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: deko | last post by:
Can I close a MsgBox with VBA Code? Something like: If IsOpen (MsgBox, "Title") Then Close(MsgBox, "Title") Run some code Else Run other code End If Can this be done in VBA? Do I need to...
2
by: Paul | last post by:
I'm using Acess 2000. There use to be a way to put a title, icon, sound and put texts in separate lines using the MsgBox in earlier versions of Access. Can this still be done in Access 2000 without...
16
by: jhwagner | last post by:
I need to use double data entry with an MS Access database. I have read many arguments and reasons against this on this group but I have to do this. I have seen various tips on how this can be...
4
by: Eric Goforth | last post by:
Hello I'm sure that anyone with VB.NET would be familiar with the msgbox parameter syntax Dim msg As Strin Dim title As Strin Dim style As MsgBoxStyl Dim response As MsgBoxResul msg = "Do...
10
by: z | last post by:
I just installed Visual Studio .Net with Framework 1.1. I already had VB6 SP6 installed. I wanted to do a quick "hello world" example in VB.Net. The code is here: Private Sub...
11
by: MLH | last post by:
If I run MsgBox "Wow!" and I see text in the title bar - where is that text string setting coming from? Do I have access to change it?
9
by: Ivan Jericevich | last post by:
In my code below at the line 'response' a blip sound is heard and the program exits the sub -- No MsgBox is displayed. What am I doing wrong? If nonNumberEntered = True Then msg = "Enter...
5
by: shingabiss | last post by:
Hi All, I have a mystery here. The title of the msgbox that appears when I use it says "GetTemps". This is not the message but the text in the colored bar on top; the title. I do know how to...
5
by: win | last post by:
I'm using ASP.Net 2.0 MsgBox("Are you sure to delete?", MsgBoxStyle.Question + MsgBoxStyle.OkCancel, Page.Title.ToString) The message box sometimes does not pop up on the top of the screen....
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.