On Sat, Mar 26, 2005 at 11:11:15PM +0530, Ankur Gupta wrote:
> I have a link like this. http://127.0.0.1/link.cgi#word";>word.
> When I click on the link word, I want the link.cgi to execute and then it
> should navigate to the word "word".
Then wrap that word in a named anchor or (if you are wr
On 26/03/2005, Ankur Gupta wrote:
> http://127.0.0.1/link.cgi#word";>word.
>
> 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:
word
--
felix
--
To unsubscribe, e-mail:
@perl.org
Subject: Re: Internal links with cgi
On Sat, Mar 26, 2005 at 11:11:15PM +0530, Ankur Gupta wrote:
> I have a link like this. http://127.0.0.1/link.cgi#word";>word.
> When I click on the link word, I want the link.cgi to execute and then it
> should navigate to the word "
On Mar 26, 2005, at 11:41 AM, Ankur Gupta wrote:
Hi,
I have a link like this. http://127.0.0.1/link.cgi#word";>word.
When I click on the link word, I want the link.cgi to execute and then
it
should navigate to the word "word".
This sounds like a job for Javascript. You can probably do this wit