// Using this bookmarklet: // Copy the (function ()...) into a bookmark, typically a bookmark on // your bookmark toolbar. Make sure the bookmark starts with // javascript: When you use this bookmarklet, all the forms on a page // will be framed out with information on the form, and all input // elements will have their name and id (if they have one) displayed. // Also elements with hidden values (like submit buttons) will have // their value shown. (function () { forms = document.forms; for (var i=0; i