Click to See Complete Forum and Search --> : Confirm boxes


IanBaker
09-26-2003, 08:56 AM
Hi
question for you
I’ve got a form with a javascript confirm box at the end. The confirm box options are OK and CANCEL. Is it possible to change these to something else? I’d like to change them to “Accept” and “Cancel”

My code reads:

onclick="return confirm('text here')";"Accept";"Decline">

Thanks in advance for any help

Khalid Ali
09-26-2003, 09:09 AM
no,JavaScript can not do that

IanBaker
09-26-2003, 09:15 AM
ok - thanks