Connecting Tech Pros Worldwide Forums | Help | Site Map

Put a HTML line in a HTML doc with java

manuelgk's Avatar
Member
 
Join Date: Sep 2007
Location: Mexico
Posts: 54
#1: Nov 29 '07
Hello every body, I'm a total beginner in java and this could be a stupid question. I need to introduce a HTML line in a HTML document, the fact is I need to do it with java. For example, my web page have one link (<a href>...) and I want to put another one with java in the HTML so I could have two links. I know first I need to reed all the HTML code and then put my new line, how can I do that?
Thanks everybody I know you can give me some advices.

Reply