Can you please give me a quote for a Java program to generate a simple html page?
Java Program to generate html page
Page 1 of 16 Replies - 2772 Views - Last Post: 02 September 2009 - 12:02 PM
Replies To: Java Program to generate html page
#2
Re: Java Program to generate html page
Posted 01 September 2009 - 08:53 PM
you need to specify what the page needs to do. Without that there no way of knowing the time that will be needed to create it. Do you just want something that outputs
?
5 dollars.
<html><head></head><body></body></html>
?
5 dollars.
#3
Re: Java Program to generate html page
Posted 01 September 2009 - 09:00 PM
#4
Re: Java Program to generate html page
Posted 02 September 2009 - 04:33 AM
This is the html that needs to be generated.....
<HTML>
<HEAD>
<CENTER>
<BR>
<H2>Project Test</H2>
</CENTER>
</HEAD>
<BODY BGCOLOR=#d9d9d9 LINK=#581d0c VLINK=#884d3c ><P>
<BLOCKQUOTE>
<FONT SIZE=4>
This web page is produced by simple HTML that you can read using the
"view source" buttons on your browser. <br>
<ul>
<li>Write a Java program to output this HTML text line by line as it is written. (Not and I repeat NOT as a single string in one statement!!)
<li>Run your program under Unix
<li>Capture the output from your program and store it in a file named test.htm
</ul>
When you get a copy of this page you are done.
<br><br>
The project should be completed by Date.
You should submit a hard copy listing of your Java program.
<br>
</FONT>
</BLOCKQUOTE>
</BODY>
</HTML>
<HTML>
<HEAD>
<CENTER>
<BR>
<H2>Project Test</H2>
</CENTER>
</HEAD>
<BODY BGCOLOR=#d9d9d9 LINK=#581d0c VLINK=#884d3c ><P>
<BLOCKQUOTE>
<FONT SIZE=4>
This web page is produced by simple HTML that you can read using the
"view source" buttons on your browser. <br>
<ul>
<li>Write a Java program to output this HTML text line by line as it is written. (Not and I repeat NOT as a single string in one statement!!)
<li>Run your program under Unix
<li>Capture the output from your program and store it in a file named test.htm
</ul>
When you get a copy of this page you are done.
<br><br>
The project should be completed by Date.
You should submit a hard copy listing of your Java program.
<br>
</FONT>
</BLOCKQUOTE>
</BODY>
</HTML>
#5
Re: Java Program to generate html page
Posted 02 September 2009 - 04:47 AM
So you want a program that outputs instructions to create itself?
#6
Re: Java Program to generate html page
Posted 02 September 2009 - 11:54 AM
I need a Java program that when run it will generate the html page
#7
Re: Java Program to generate html page
Posted 02 September 2009 - 12:02 PM
Page 1 of 1

New Topic/Question



MultiQuote



|