advocacy:js_reset_email
Differences
This shows you the differences between two versions of the page.
| advocacy:js_reset_email [2008/02/25 14:15] – created erickson | advocacy:js_reset_email [2022/02/10 13:34] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | In xml/ | ||
| + | < | ||
| + | |||
| + | |||
| + | <span class=' | ||
| + | <input type=' | ||
| + | onclick=' | ||
| + | username = prompt(" | ||
| + | if(!username) return; | ||
| + | var req = new | ||
| + | Request(" | ||
| + | username); | ||
| + | req.callback( | ||
| + | function(r) { | ||
| + | status = r.getResultObject(); | ||
| + | if(status == 1) { | ||
| + | alert(" | ||
| + | sent to your email address" | ||
| + | } else { | ||
| + | alert(" | ||
| + | your password. | ||
| + | } | ||
| + | } | ||
| + | ); | ||
| + | req.send(); | ||
| + | '/> | ||
| + | </ | ||
| + | |||
| + | </ | ||