sS ahrefWithConfirm(S msg, S url, O contents, O... params) { ret ahref(url, contents, paramsPlus(params, onClick := "return confirm(" + jsQuote(msg) + ");")); }