Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how do I change the values in a dialog box

Status
Not open for further replies.

keyword

Programmer
Jan 16, 2002
8
US
I need a dialog box that offers the user the options "continue" and "stop" instead of "yes" and "cancel"

can this be done?

 
Custom Dialogue Boxes are not possible using javascript.

It can be done using Visual Basic, but it will only be IE only.

You could make a pop-up widow that contains html inside it with a continue and stop button however. (This will work in all browsers).
If you want to keep the user from messing with the page till he closes the pop-up, IE has a special feature for that.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top