I.

At this time, I write a application with servlet technology.

My servlet can send a HTML file to the client browser, like the followed
URL
<A HREF="xx/yy/zz.html">xxx</A>
For it, I read the HTML file and I store it into a string. Then I write
this string in the outputstream.
out.println(htmlPage);

My problem is: I can'ot send a HTML file from my servlet like the
followed URL
<A HREF="xx/yy/zz.html#link">xxx</A>

Do you have an good idea about it.

Thanks in advance.

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to