Bookmarklets Home | Links | Forms | Text and Data | Zap | Web Development | Validation | Misc

Form Bookmarklets

These bookmarklets let you interact with forms on web pages more efficiently.

(To keep bookmarklets in order to use them on other web pages, drag them to your Bookmarks Toolbar. Or, install them all at once.)

Bookmarklet Description Works in
frmget Makes "Post" forms submit to bookmarkable URLs (with ?var=value). Details IE Moz NS4 Op7
toggle checkboxes Toggles the state of each checkbox on the page. Details IE Moz NS4 Op7
next option Selects the next option in each group of option buttons. Details IE Moz NS4 Op7
allow no option Click on a selected option button to clear the selection. Details IE Moz NS4 Op7
remove maxlength Removes maxLength restrictions from textboxes. Details IE Moz Op7
enlarge textareas Makes textareas 5 lines taller. Details IE Moz Op7
show hiddens Shows hidden form elements. Details IE Moz Op7
undisable Enables all form elements. Details IE Moz Op7
character count Displays a running count of the characters in each textbox. Details IE Moz Op7
view passwords Shows the contents of password fields. Details IE Moz NS4 Op7
remember password Makes the browser ignore web site requests to not remember passwords. Details Moz
htmlarea ie Lets you edit textareas expecting HTML code as wysiwyg. (IE) Details IE
htmlarea moz Lets you edit textareas expecting HTML code as wysiwyg. (Mozilla) Details Moz

Browsers: IE is Internet Explorer for Windows, Moz is Netscape 7 or Mozilla, NS4 is Netscape 4, and Op7 is Opera.


Details

frmget (IE, Moz, NS4, Op7)

Makes "Post" forms submit to bookmarkable URLs (with ?var=value).

Turns all Post forms on a page into Get forms, allowing you to bookmark a search-results page. Try it on Merriam-Webster or everything2!

Background: There are two types of forms on the Web, Get forms and Post forms. Most search forms are Get forms, which include form data as part of the URL in a format like ?var=value. Forms that have a permanent effect, such as sending e-mail, are always Post forms. Some sites use Post forms for searches when the URL is ugly or long, which makes it difficult to bookmark the results of the search, but most of these sites also accept the same form submitted using the Get method.

Passwords: You can use this bookmarklet to store URLs with passwords as bookmarks, but if you do, you should be aware of several security issues:

toggle checkboxes (IE, Moz, NS4, Op7)

Toggles the state of each checkbox on the page.

next option (IE, Moz, NS4, Op7)

Selects the next option in each group of option buttons.

In each group of option buttons, selects the option after the previously selected one. If no option was previously selected, selects the first.

Based on a suggestion by Tim Berry (Inktomi).

allow no option (IE, Moz, NS4, Op7)

Click on a selected option button to clear the selection.

Allows you to unselect an option button without selecting another option.

remove maxlength (IE, Moz, Op7)

Removes maxLength restrictions from textboxes.

Submitted by David Grossberg.

enlarge textareas (IE, Moz, Op7)

Makes textareas 5 lines taller.

Suggested by Steven Augart.

show hiddens (IE, Moz, Op7)

Shows hidden form elements.

Shows hidden form elements as textboxes and lets you edit them.

Suggested by "shad".

undisable (IE, Moz, Op7)

Enables all form elements.

Lets you edit license agreements and other disabled form elements.

Submitted by David Grossberg.

character count (IE, Moz, Op7)

Displays a running count of the characters in each textbox.

Clicking again makes the counts go away.

view passwords (IE, Moz, NS4, Op7)

Shows the contents of password fields.

May be useful if you want to switch browsers, upgrade to a new computer, or dump Gator.

remember password (Moz)

Makes the browser ignore web site requests to not remember passwords.

Some sites, including many banks and a few other sites such as Yahoo Mail and Microsoft Passport, tell browsers not to remember passwords for visitors using autocomplete="off". This bookmarklet makes the browser ignore autocomplete="off" temporarily, allowing you to save passwords even on sites that use autocomplete="off".

Use this bookmarklet just before submitting the form with your password in it. When you submit the form, your browser should offer to remember the password (as if the site didn't use autocomplete="off"); click "Yes". Once your browser has your password stored, it will ignore autocomplete="off", so you won't have to use the bookmarklet each time you visit the site.

Thanks to Erich Iseli for making the bookmarklet work on the Passport site.

This bookmarklet only works on sites that use autocomplete="off" to prevent your browser from remembering passwords. If the site uses another method to break your browser's password manager, such as having two password fields or submitting the form using JavaScript, this bookmarklet won't help.

htmlarea ie (IE)

Lets you edit textareas expecting HTML code as wysiwyg. (IE)

htmlarea moz (Moz)

Lets you edit textareas expecting HTML code as wysiwyg. (Mozilla)

Wysiwyg editing in web pages only works in Mozilla 1.4+ and Mozilla Firebird 0.6.1+. Some Mozilla derivatives and some unofficial Mozilla Firebird builds don't enable it.


© 2000-2007 Jesse Ruderman (jruderman@gmail.com). Feedback is welcome.
Last modified April 5, 2004.