hi thomos,

The one reason i can think of is you might be having
<script> tag inside another <script>.Are you using
any html incudes? make sure that you are not having
script tag inside script.The work around for that
is put the include file in document.write( ).
for example ...

<script> document.write("<SCRIPT  SRC='file.js'
TYPE='text/javascript'><\/SCRIPT>");

hope this helps ....

with regards,
           rathna.


Thomas John wrote:

> Hi all,
>      I am facing one problem in my jsp pages. When i run my application,
> in between if i press browser back button, the entire HTML code is
> displayed on the screen.
> I am using JSP ,servlets & Weblogic .
>     What could be the reason?
>     Like to get your suggestions...!
>
> Thank in advance.
> Thomas John
>
> ===========================================================================
> 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

===========================================================================
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