Go to specific message on Web

In a database with roughly 10,000 documents, our web users see roughly 20 docs per page in our $All View. Since the only option available is to move page by page, naturally getting from a document with a docNum field of 5000 to that of 3424 would take significant time. What’s the best possible way to implement this feature? I’ve tried an embedded view that Shows the single category entered in either a text or Combo box field, but neither is working correctly. I know this is sounding kind of vague, but I’m pretty stuck on this one, as I’m not as versed in designing for the web.

Subject: Go to specific message on Web

Search the help for “URL commands for opening servers, databases, and views.” Using the Start parameter, you can jump to any position in the view you care to.

Subject: RE: Go to specific message on Web

For example:http://my.server.com/shared/phone.nsf/Contacts?OpenView&Startkey=d

could be used in a hot spot link to open a page with items starting with “d”