Hi, I have a java code written by someone. This java code create a new protocol, called "unirium"(unirium://host ort). When I run this java code in java application environment, the program output correct results. However, When I run this java code in web envirnment(), the program throw MalformedURLException exception (in position: new URL("unirium://host ort")). Why? Please explain for me this problems. How to solve? Lam nguyen. [ August 13, 2002: Message edited by: Lam nguyen ]