A server-side JavaScript can dynamically build in the HTML code for a form element that is part of the page. As an example, you can have the following statement in a source document:
<INPUT TYPE=”text” NAME=”example” VALUE=’request.agent’>
In this case the default value of the text is the browser agent information.
