The built in browser confirm is the only way you can block (with for the
user to respond) without blocking the UI. Any javascript confirm will have
to use a callback instead of a return false. In that case you can return
false to prevent the close, then use the result of the jConfirm callback to
de
Here's an example of using a confirm inside beforeclose
Demo: http://jsbin.com/urosa
Source: http://jsbin.com/urosa/edit
- Richard
On Thu, Dec 17, 2009 at 5:30 AM, Obi1 wrote:
> this doesn't seem to work, i mean the prompt appears but only after
> dialog is closed;
> also tryed using the befo
2 matches
Mail list logo