JSP files commenting help, please!

M

mrfurley15

Can anyone help me comment these two documents? Thanks!

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>TRANSFER</title>
</head>
<body>
<jsp:include page="menu.html" flush="true" />
<jsp:useBean id="customer" scope="session" class="Bank.Customer" />
<table cellpadding="0" cellspacing="0" border="0" width="569"><tr><td
class="heading" align="left" colspan="3$
<form METHOD="POST" ACTION="TransferControl">
<jsp:getProperty name="customer" property="transfer" />
<tr><td><input type="Submit" value=Transfer></td></tr>
</table>
</body>
</html>


---------------------------------------------------------------------


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>ACCOUNT SUMMARY</title>
</head>
<body>
<jsp:include page="menu.html" flush="true" />
<jsp:useBean id="customer" scope="session" class="Bank.Customer" />
<h3><b>
Welcome <jsp:getProperty name="customer" property="firstname" />,
</b></h3>
<table cellpadding="2" cellspacing="2" border="1" style="text-align:
left; width: 50%;">
<tr><th>Account # (click to see details)</th>
<th>Balance</th> <th>Available Balance</th> <th>Account Type</th></tr>
<jsp:getProperty name="customer" property="accountSummary" />
</table>
</body>
</html>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top