HI,
   I have a page. It makes up of frames. It is called by its previous page
when the condition is met. The page is called by using
"window.location='./test.htm'". On its previous calling page, I have several
session variables, so in tes1.jsp, I need to get those variables using
session.getValue, but when I run this page, I always get the error " cannot
write ". I don't know what this means. Actually, test1.jsp only needs to get
those session variables and display them.

the following is the sample of my calling page made up of frames test.htm

<html>
<head>
        </head>
<!-- frames -->
<frameset  rows="30%,*">
    <frame name="header" src="./test1.jsp" marginwidth="10"
marginheight="10" scrolling="auto" frameborder="1">
   <!-- <frameset  cols="28%,*">
        <frame name="leftnavigation" src="./test2.htm" marginwidth="10"
marginheight="10" scrolling="auto" frameborder="1">
        <frame name="rightcontent" src="./test3.jsp" marginwidth="10"
marginheight="10" scrolling="auto" frameborder="1">
    </frameset>-->
</frameset>
</html>

Can anyone help me about this? Thank you

Juan
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to