Hi All,
Here is an example of how to set up a search page in
html....
FYI...
Regards,
- DL
<html>
<head>
<title>docJava meta Mail search engine (mMSE)</title>
</head>
<form method="get" action="examples/jsp/dates/date.jsp">
Search:
<input type="text" size="30" name="ss" value="">
<input type="submit" value="Search">
</form>
<hr noshade size="4">
</body>
</html>
|