Navigation Bar

Sunday, September 27, 2009

quote.jsp

 quote.jsp

<html>
<head>
    <title>Stock Quote Struts Application</title>
</head>

<body>
    <table width="500" border="0" cellspacing="0" cellpadding="0">
        <tr>
            <td>&nbsp;</td>
        </tr>
        <tr>
            <td height="68" width="48%">
                <div align="left">
                    <img src="images/stockquote.jpg" alt="Logo">
                </div>
            </td>
        </tr>
        <tr>
            <td>&nbsp;</td>
        </tr>
        <tr>
            <td>&nbsp;</td>
        </tr>
        <tr>
            <td>&nbsp;</td>
        </tr>		
    

		<tr>
			<td>
				Current Price : <%= request.getAttribute("PRICE") %>
			</td>
		</tr>
        <tr>
            <td>&nbsp;</td>
        </tr>		
	</table>	
</body>
</html>

God's Word for the day
If you do good, know to whom you do it,
  and you will be thanked for your good deeds.
Do good to the devout, and you will be repaid - 
  If not by them, certainly by the most high
No good comes to one who persists in evil
  or to one who does not give alms 
Sirach 12:1-3

Concerning Adultery 
You have heard that it was said, 
  'You shall not commit adultery.'
But I say to you that everyone who looks at a woman with lust
  has already commited adultery with her in his heart.
Mathew 5:27-28

No comments:

Post a Comment