in reply to Re: How to make a <a href> link run a CGI script while passing parameters?
in thread How to make a <a href> link run a CGI script while passing parameters?

And rememember to HTML-entitize that if you're using it in an HTML message (as opposed to a HTTP redirect). Your "&"s need to be turned in to "&amp;".

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on •Re: Re: How to make a <a href> link run a CGI script while passing parameters?