Next line.

  • Thread starter Thread starter Phoebe.
  • Start date Start date
P

Phoebe.

Hi, Good Day!

I have such a statement written in vb
myDeleteButton.Attributes.Add("onclick", "return confirm('Are you sure to
delete client: " + mClientNo + "');")

I need to display the mClientNo below the statement "Are you sure....", what
keyword shd i put.

Can someone help?
Thanks in advanced.

rgds,
Phoebe.
 
Hi Phoepe,

I do not know if your statement works, but in this kind of statements you
can use
<br>

I think that using a label is better to fill that text and not that
attribute, because I think that you will never succeed in alligning that.
(For the label you also have to use the <br> but than it is in a special
part of the form.)

I hope this helps,

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Exit program 8
Pop out msgbox 3
Format data in datagrid 2
Open Excel File. 1
Open Excel File 4
Run delete msgbox. 3
attributes.add question 4
Reading Excel file using VB 3

Back
Top