You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Easwaran Umamaheshwaran <ea...@extricity.com> on 2000/10/03 02:13:43 UTC

HREF tags in HTML pages

Hi,
I have the following piece of code:
a href="/Alliance/webchannel/servlet/HelloWorldWebChannel"><img
SRC="../images/execute.gif" HSPACE=4 BORDER=0 ALIGN=TOP></a>

How does a href tag in HTML translate to in TOMCAT? Where are virtual
directories specified?
thanks
eash

RE: HREF tags in HTML pages

Posted by Paulo Gaspar <pa...@krankikom.de>.
That is a Web Browser issue. It is completely resolved on the Browser.

Paulo

> -----Original Message-----
> From: Easwaran Umamaheshwaran [mailto:eash@extricity.com]
> Sent: Tuesday, October 03, 2000 02:14
> To: 'tomcat-user@jakarta.apache.org'
> Subject: HREF tags in HTML pages
> 
> 
> Hi,
> I have the following piece of code:
> a href="/Alliance/webchannel/servlet/HelloWorldWebChannel"><img
> SRC="../images/execute.gif" HSPACE=4 BORDER=0 ALIGN=TOP></a>
> 
> How does a href tag in HTML translate to in TOMCAT? Where are virtual
> directories specified?
> thanks
> eash
>