I have problem about showing a string in html format on my browser in java. Here I have a java string like this
<HTML><HEAD><TITLE>403 Forbidden</TITLE></HEAD><BODY><H2>403 Forbidden</H2>
</P></H3>You need permission for this service</BODY></HTML>
With this method “rep.formForbidden()”, I get this html format string, so I need it show it on my browser. Thanks
If you need this whole string:
to be visible in your browser as it is, you need to wrap it with
<code>or<pre>HTML tags .Wrap it like this: