> String tst = "<html><body><table border='1'><tr><td><a
> href='http:\\www.yahoo.com'>xxxxx</a></td></tr><tr><td>yyy</td></tr></table></body></html>";
AFAIU, this string should be..
String tst = "<html><body><table border='1'><tr><td><a
href='http://www.yahoo.com'>xxxxx</a></td></tr><tr><td>yyy</td></tr></table></body></html>";
Note the \\ -> //
HTH

Signature
Andrew Thompson
http://www.PhySci.org/codes/ Web & IT Help
http://www.PhySci.org/ Open-source software suite
http://www.1point1C.org/ Science & Technology
http://www.LensEscapes.com/ Images that escape the mundane
alexandre cartapanis - 24 May 2005 16:15 GMT
Andrew Thompson a écrit :
>>String tst = "<html><body><table border='1'><tr><td><a
>>href='http:\\www.yahoo.com'>xxxxx</a></td></tr><tr><td>yyy</td></tr></table></body></html>";
[quoted text clipped - 5 lines]
>
> Note the \\ -> //
Maybe \\\\ will also works fine.
> HTH
killjoy - 24 May 2005 21:09 GMT
Andrew,
I tried both \\ and //. Unfortunately, no message appears in my inbox.
On the other hand, stantard output of the weblogic says that the
message sent :-|
thanks
> > String tst = "<html><body><table border='1'><tr><td><a
> > href='http:\\www.yahoo.com'>xxxxx</a></td></tr><tr><td>yyy</td></tr></table></body></html>";
[quoted text clipped - 7 lines]
>
> HTH