D
Damo
Hi,
I'm writing a servlet that creates a html page with hyperlinks on it.
When I use the following code:
out.println("<b>KEY:</b> g - <a href='www.google.com'>Google</a>);
It creates the link but it adds it on to the servlet name like
http://localhost:8084/myproject/www.google.com
and then it does'nt work. Anyone know how i can create a link to just
say www.google.com
Thanks
I'm writing a servlet that creates a html page with hyperlinks on it.
When I use the following code:
out.println("<b>KEY:</b> g - <a href='www.google.com'>Google</a>);
It creates the link but it adds it on to the servlet name like
http://localhost:8084/myproject/www.google.com
and then it does'nt work. Anyone know how i can create a link to just
say www.google.com
Thanks