Hi,

  How can we write the following html statements within a SERVLET to output
to the client.


<HTML>
<HEAD>
<TITLE>SAMPLE</TITLE>
</HEAD>
<FRAMESET COLS="200,*">
<FRAME SRC="COMBO1.HTM" NAME=combo>
<FRAME SRC="TEXT.HTM" NAME=text>
</FRAMESET>
</HTML>

(Here it's only a sample problem is in the FRAME ...etc)


COMBO1.htm is a html file which has list of values in it's combo box
text.htm is a  html file with some text data(assume that both the files are
created seperately)

How can we display the above output to the user(client) using SERVLETS.


lalith

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to