11 lines
235 B
Plaintext
11 lines
235 B
Plaintext
<%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui" %>
|
|
<html>
|
|
<head>
|
|
<title>Test of Anchor</title>
|
|
</head>
|
|
<body>
|
|
<h4>Anchor Tests</h4>
|
|
<netui:anchor forward="myForward">Forward</netui:anchor>
|
|
</body>
|
|
</html>
|