Hey!

This is very difficult because when you stream back the document
from the servlet you cannot use any reserved HTML tag characters.
For instance, <BODY>'s tag greater-than and less-than characters
must be escaped out, like this

&lt;BODY&gt;

which is a real chore.

You could write a method() that parses your HTML code.

Good luck.

Sans adieu,
Danny Rubis

kishore babu wrote:

> Hi all,
> how can make the HTML script visible on the
> browser,i.e browser should not execute the script.
>
> thanks
> __________________________________________________
> Do You Yahoo!?
> Talk to your friends online with Yahoo! Messenger.
> http://im.yahoo.com
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to