hi all,
I want a Confirm dialog, but want it's button's names to be changed to some other values like 'Add' and 'Update' instead of 'Ok' and 'Cancel', is it possible to change the labels of buttons of comfirm dialog, or is there any other function where I can customize the dialog...
|
Go4Expert Founder
|
![]() |
| 18Nov2005,17:48 | #2 |
|
Quote:
Originally Posted by prashantSum |
|
Team Leader
|
![]() |
| 19Nov2005,10:06 | #3 |
|
JavaScript cannot be customized to show user defined texts on the alerts & dialog boxes.But VBScript offers a variety of dialogs, like Yes-No, Yes-No-Cancel, and many more.
What you can do with JavaScript is create a modal window, with whatever button you require. |
|
Contributor
|
|
| 19Nov2005,15:05 | #4 |
|
thx for replies,
I will create a modal window....... thx... |


