Initializing an HTML-form using JSP and JavaScript
Keld Hansen presents a safe, yet robust, technique for
initializing the controls in a form using JavaScript functions
that are executed when the HTML-page is loaded. The method
requires minimal JSP coding, leaving the HTML-section almost
free of JSP-constructs.
JSP: Creating a Configurable Home Page
Using Java Server Pages (JSP), learn how to allow users to
toggle the position of the navigation menu left and right, turn
the footer on or off, and change the background color. One of
the main advantages of JavaServer Pages is the ability to
generate dynamic content. JSPs generate dynamic HTML pages by
using Java control structures like for loops and if statements.
As a result, forms can be generated dynamically following some
specified logical layout.
JSP: Creating Dynamic Forms
Generating dynamic content in Web applications is important
when the content must reflect the most current and available
data and personalized information. One of the main advantages
of JavaServer Pages is the ability to generate dynamic content.
JSPs generate dynamic HTML pages by using Java control
structures like for loops and if statements. As a result, forms
can be generated dynamically following some specified logical
layout.
Serving Dynamic WAP Content with Java Server Pages
This article shows you how easy it is to start creating dynamic content for WAP-enabled mobile phones using the Wireless Markup Language (WML) and Sun Microsystems' Java Server API.
*********