You will need to use javascript.

If there is an error then in the JSP page you will need:
<SCRIPT language="JavaScript">
parent.bottomFrameName.document.write("<HTML><HEAD><TITLE>Got 
Errors</TITLE></HEAD><BODY>");
parent.bottomFrameName.document.write("<%= errorMsg %>");
parent.bottomFrameName.document.write("</BODY></HTML>");
</SCRIPT>

Hope this helps,
Abraham

-----Original Message-----
From:   SAMALS.ACIO.TSAINC.COM [SMTP:[EMAIL PROTECTED]]
Sent:   Wednesday, September 15, 1999 1:18 PM
To:     [EMAIL PROTECTED]
Subject:        Using frames in JSP Environment

I have devided my screen into two HTML frames. One frame will act as the
main
JSP & the other will be as Error frame. I am planning to out put any user
error like (Merchant ID not found) in the error frame. How can I do it in
JSP.

Any thoughts or any alternate way to do this ??

Thanks in advance.


Subodh.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to