| Author |
Javascript: Alert Box with Yes/No Button
|
Shriram Gopalakrishnan
Ranch Hand
Joined: Feb 20, 2007
Posts: 44
|
|
Hi Need Javascript code to display alert box with Yes/No button. At present alert box displays only Ok Cancel.
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
It is not an alert box, but a confirm box you are talking about. No you ca not change the buttons of the confirm and there is not other windowed objects like that. There are scripts out there that build customized confirms, but they are made out of layers (divs) and they do not perform in the "wait here" until user action is complete.
|
 |
Karthik Srikanti
Greenhorn
Joined: Sep 20, 2006
Posts: 11
|
|
You can use a div with a higher z-index with your own custom buttons than trying to modify the values in the custom box. Just my two cents
|
{ SCJP, SCWCD, SCBCD, OCA (DBA) }
|
 |
 |
|
|
subject: Javascript: Alert Box with Yes/No Button
|
|
|