Explore
 Lists  Reviews  Images  Update feed
Categories
MoviesTV ShowsMusicBooksGamesDVDs/Blu-RayPeopleArt & DesignPlacesWeb TV & PodcastsToys & CollectiblesComic Book SeriesBeautyAnimals   View more categories »
Listal logo

Suggestion: Set focus to ASIN field automagically on Add

heretic-monkey 17 years, 11 months ago at May 23 1:29 -
So, I'm adding books to my collection, and I'm on the page where you can continue to add books after having successfully adding one (URL: www.listal.com/addasin/?asin=0375724885&collection=Add+to+collection) and after about 5 books I realized that it's kind of a pain to keep clicking in the field after every book (or tabbing however many times).

My suggestion: add a little JavaScript to set the focus to the textbox on window load. This would work, with the current HTML, anyway:

[body onload="document.forms[1].elements[0].focus()"]

Might speed things up when you get far behind in updating your collection, like me.