Create Doclinks in Web!

Hi All.

Can I create doclinks on web.

My requirement is.

Provide the user with a button which will open a view from the database in a popup window. User should be able to select the required document and click some button (Submit) in the poup window. When the submit button is clicked, a field which exists above this button should display the complete url (http://server/database/view/document?opendocument) of the selected document and should be able to delete it if not required.

how can I return the doc id for the selected document to the parent form and then compute a url. This is to work on WEB.

If any of you have any idea, Please HELP.

Thanks in advance

LN

Subject: Create Doclinks in Web !

you can write back the unid using javascriptwindow.opener.form.fieldname.value = unid

or by running an agent from the popup which reopens the underlying document and sets the unid in the field. But this needs a reload.

In the popup you need checkboxes in front of the doc to get the unid. This is a view option.