Problem is that the form uses a POST instead of a GET request. This means you won't see a bookmarkable URL in the address bar.
To get around this, you have to encode the parameters by hand. For instance, to get Calvin & Hobbes and Garfield use:
http://isnoop.net/comics/index.php?comics[]=Calvin%20%26%20Hobbes&comics[]=Garfield
|