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
 
Back
Top