C
Craig Keightley
is there a way of changing the values of the confirm box from ok / cancel to
yes / no
i have the following alert/confirm box but it is worded in a way that the ok
and cancel do not make sense:
function confirmNewSupplierWelcome(){
return confirm(
'Before going on to request a new supplier\n'
+ 'are you sure there is no suitable alternative?'
+ '\nRemember, new suppliers are authorised by exception only'
);
}
yes / no
i have the following alert/confirm box but it is worded in a way that the ok
and cancel do not make sense:
function confirmNewSupplierWelcome(){
return confirm(
'Before going on to request a new supplier\n'
+ 'are you sure there is no suitable alternative?'
+ '\nRemember, new suppliers are authorised by exception only'
);
}