| NetUI Tag Library Documentation | ||||||
DETAIL: Syntax | Description | Attributes | Example | Tag Info |
FRAMES NO FRAMES |
Provides the base for every URL on the page.
Syntax |
<netui:base
[target="string_windowTarget"] >
... JSP content ...
</netui:base>
Description |
Attributes | ||
target |
The default window target. |
Example |
In this sample, the Base tag is simply dropped in and then automatically determines the base for each URL on this page.
<head> <netui:base /> </head>
Tag Information | |
Tag Class | Base |
TagExtraInfo Class | None |
Body Content | scriptless |
Display Name | None |
|
||||||
DETAIL: Syntax | Description | Attributes | Example | Tag Info |
FRAMES NO FRAMES |