On Sun, 1 Sep 2002 20:35:45 -0700 , [EMAIL PROTECTED] (David
Nazary) wrote:

>Hi,
>
>In the following web page how can I make "foo" to become an argument to
>"cgi-bin\script.pl" script when I click on "foo"?
>
><body>
>
><p><a href="cgi-bin/script.pl">foo</a></p>
>
></body>
>
>Currently the script takes "" as an argument when I click on "foo". Any
>suggestion are appreciated.

I don't know what you want to accomplish with this method, but you can
try:
<p><a href="cgi-bin/script.pl/foo">foo</a></p>

or

<p><a href="cgi-bin/script.pl?foo=foo">foo</a></p>

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to