comparison wordstream/templates/post.html @ 7:c576f5877459

* fix resolution for bad urls; * change URL post to get
author Jeff Hammel <jhammel@mozilla.com>
date Sat, 19 Nov 2011 18:19:13 -0800
parents e21f53582267
children
comparison
equal deleted inserted replaced
6:ffe01043ecea 7:c576f5877459
13 or upload a file 13 or upload a file
14 <input type="file" name="file"/> 14 <input type="file" name="file"/>
15 <input type="submit" value="Dissociate"/> 15 <input type="submit" value="Dissociate"/>
16 </form> 16 </form>
17 17
18 <form method="post"> 18 <form method="get">
19 or point to a URL 19 or point to a URL
20 <input type="text" name="url"/> 20 <input type="text" name="url"/>
21 <input type="submit" value="Dissociate"/> 21 <input type="submit" value="Dissociate"/>
22 </form> 22 </form>
23 </body> 23 </body>