DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15470>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15470

The result of servlet called from a framed html page is unstable

           Summary: The result of servlet called from a framed html page is
                    unstable
           Product: Tomcat 4
           Version: 4.1.17
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Unknown
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


----------------- start of test.html --------------------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd";>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>Frame Servlet Test </title>
</head>

<frameset rows="50%,50%" cols="*" frameborder="NO" border="0" framespacing="0">  
        <frame src="http://127.0.0.1:8080/examples/servlet/HelloWorldExample";
name="leftFrame" scrolling="NO" noresize>
    <frame src="http://127.0.0.1:8080/examples/servlet/HelloWorldExample";
name="mainFrame">
    <!--
        <frame src="http://192.168.0.12:8080/examples/servlet/HelloWorldExample";
name="leftFrame" scrolling="NO" noresize>
    <frame src="http://192.168.0.12:8080/examples/servlet/HelloWorldExample";
name="mainFrame">
        -->
</frameset>
</html>
----------------- end of test.html --------------------------------

I put the test.html in the "examples context directory", then call it by
"http://localhost:8080/examples/test.html";, the output result in the browser is
very unstable, one frame or both of them are not displayed in the browser and
sometime the display is correct. 

The browser that I used is IE 6.0.2800.1106 and Mozilla 1.2.1(Build ID: 2002113012)

My JDK version is SUN JDK1.3.1_04.

My OperationSystem is Windows2000 Professional with SP3

My Tomcat version is 4.1.17, the .exe file downloaded from the
jakarta.apache.org/build.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to