Re: Internal links with cgi

2005-03-26 Thread David Dorward
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

Re: Internal links with cgi

2005-03-26 Thread Felix Geerinckx
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:

RE: Internal links with cgi

2005-03-26 Thread Ankur Gupta
@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 "

Re: Internal links with cgi

2005-03-26 Thread Bill Stephenson
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