On 26/03/2005, Ankur Gupta wrote: > <a href="http://127.0.0.1/link.cgi#word">word</a>. > > When I click on the link word, I want the link.cgi to execute and > then it should navigate to the word "word".
Add a name="word" attribute to you anchor element:
<a name="word" href="....">word</a>
--
felix
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>
