473,807 Members | 2,857 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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=VBScri pt>" & "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 5356
Although you're response.writin g 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**********@c omcast.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=VBScri pt>" & "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
784
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 work with an API function?
2
2819
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 actually creating a pop-up modal form? Thanks in advance.
16
5832
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 done including the use of queries but this hasn't worked satisfactorily. I have two people who know Access just barely enough to enter the data so what I really want is something like the msgbox function to pop up a window whenever the person...
4
2295
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 you want to continue?" ' Define message style = MsgBoxStyle.DefaultButton2 Or
10
4572
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 Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim s As String Dim r As Long
11
7243
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
3435
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 numbers only" style = MsgBoxStyle.OkOnly title = "ERROR in cast"
5
2191
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 change it but am trying to figure out where the heck this is coming from. According to what I've read about the msgbox, it's title, if not explicitly stated, will default to the name of the project. This "GetTemps" is not the name of the form,...
5
349
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. Can I set the message box always on top of the screen? Thank you
0
9720
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9599
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10112
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9193
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5546
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5685
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4330
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3854
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3011
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.