faqts : Computers : Programming : Languages : JavaScript : Windows

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

37 of 54 people (69%) answered Yes
Recently 8 of 10 people (80%) answered Yes

Entry

Is is possible to manually set the button focus of a confirm("xxx") box (Yes,Cancel)?

Aug 27th, 2000 06:49
Martin Honnen, mul mad,


No, that is not possible. You could however open a html window with 
your own confirm/cancel buttons and set the focus for these as desired.