Web embedded view selection and view selections

Hi,

I’m using an embedded view on a form for use in on the web. In javascript, how can I process any documents that were selected in the embedded view? All I really need is the UID or a field value, (if possible). If seen posts that use $$SelectDoc, but I can’t seem to get that to work.

Also, for embedded views, when creating, the dialg box just gives me a list of databases. How can I specify a server:database for a view to use in an embedded view? I would think it’s in the formula, but what would the syntax look like ?? … SERVER:DB:View??

Subject: Web embedded view selection and view selections

Or, what is the best way to use a Picklist type of function on the web? I have searched the forum all day and found little. I need to web enable a database, which uses picklists. I have tried embedded views, but can’t grab the selected docs.

I have tried the tips on …

http://www.codestore.info/store.nsf/unid/EPSD-5GMT3B?OpenDocument

seems cool, but not for creating a picklist type of finction. There are 13K + documentas that I need to display for selection, so a dblookup type of this won’t work.

Help!