| Java menu knowledge base Dynamic indices - servlets
Loading the index from a servlet
- Using an external link
<PARAM NAME=menufile VALUE="myServlet">
Easy - but just make sure that the servlet is local to the applet
(same directory is best) and that it outputs a correctly formatted
text stream.
- Using parameter indices
Just get your servlet to output the entire HTML code for
the page including the parameter indices.
|
|