JSP CUSTOM TAG LIBRARIES
Generates a link between a page containing a viewloop or docloop tag and a page containing a document or form tag. The text attribute or tag body is evaluated and generated as the body of a HTML <A> tag (which is an anchor tag). Using this tag, you can link to another page without having to supply the following page parameters to the linked page: unid, viewname, dbname, and dbserver. These parameters are automatically retrieved by the form or document tags on the destination page.
Note This tag generates HTML that causes the page to reload when a user clicks it. If you want to save the parameters that you passed into the page, you must use a preserve tag for each parameter you want to save or it will be lost when the page reloads.
Contexts
Valid in:
asresponse
HTML Attributes
Domino supports the following HTML tag attributes. See the Common HTML tag attributes section for their definitions.
class
id
lang
name
onblur
onclick
ondblclick
onfocus
onhelp
onkeydown
onkeypress
onkeyup
onmousedown
onmousemove
onmouseout
onmouseover
onmouseup
onselectstart
style
tabindex
target
title