On Thu, Jul 15, 1999 at 01:19:04PM -0700, Brad Andrews wrote:
> I have had good luck using Servlets in Frames, just as you would
> normally use .html files. Have you been setting the "target" attribute
> of the form so that it can go to the logwindow when it returns its
> output?
Funny, I solved the problem with the FORM ACTION not coming in the
TARGET window but in a separate browser window instead. Now I' stumped.
Is it Apache, is it Jserv, is it Netscape, is it CGIC?
Tell you what? When I change the invocation of the frame
(you remember:
<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>)
from src="http://192.168.1.119/example/Hello" to
src="http://localhost/example/Hello"
The output comes correctly in the second frame (logwindow).
Now what still doesn't work is passing the variables.
It seems the environment doesn't arrive at the CGIC C program that
executes in ACTION written by the servlet (Hello).
>
> Brad
>
--
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]