Wednesday, May 4, 2011

Java 2 Platform Standard Edition 1.3/ Enterprise Edition 1.2.1 by Sun Microsystems


 Java 2 Platform Standard Edition 1.3/ Enterprise Edition 1.2.1 by Sun Microsystems


listing 1
helloworld.jsp

<%@ page info="a hello world example" %>

<html>
<head><title>Hello, World</title></head>
<body bgcolor="#ffffff" background="background.gif">
<%@ include file="dukebanner.html" %>
<table>
<tr>
<td width=150> &nbsp; </td>
<td width=250 align=right> <h1>Hello, World!</h1> </td>
</tr>
</table>
</body>
</html>

listing 2
dukebanner.html

<table border="0" width="400" cellspacing="0"  cellpadding="0">
<tr>
<td height="150" width="150"> &nbsp; </td>
<td width="250"> &nbsp; </td>
</tr>
<tr>
<td width="150"> &nbsp; </td>
<td align="right" width="250">
        <img src="duke.waving.gif"> </td>
</tr>
</table>
<br>

No comments:

Post a Comment