I skimmed the FAQ for the word 'frame', 'frameset' to no avail.
Here my problem:

I had:
<html>
<frameset frameborder=0 framespacing=0 rows="260,*">
<frame src="auswahl.html" name="testsuite">
<frame src="nothing.html" name="logwindow">
</frameset>
</html>

auswahl.html was a FORM that had an ACTION="/cgi-bin/setzen".
and 'setzen' was a C prgram that wrote a <TABLE> into the "logwindow" frame.

I now want to make something like:
<html>
<frameset frameborder=0 framespacing=0 rows="260,*">
<frame src="http://192.168.1.119/example/Hello" name="testsuite">
<frame src="nothing.html" name="logwindow">
</frameset>
</html>

Hello.java is the modified Hello example JServlet which is modified
so that it writes the <FORM> and ACTION in the same way the auswahl.html
page did.

Only, it does not come in the desired frame nor does it seem to
get any environment/cgi parameter information.

Am I doing something fundamentally wrong? I would like to keep using the
frame concept because in the course of this application I will have to
open a lot of documents in a framed side by side manner.

-- 
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to