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?

I am using param() method but it is returning me a null. It is like this. My page has 2 frames. The left side frame has links like Add Product, Edit Product Info, Delete Product etc. I want these three links to call my products.cgi. I want to know how to do it. I am calling the CGI as hREF=".../admin/products.cgi", I want to know How can I pass the value???
  • Comment on Re: Re: How to make a <a href> link run a CGI script while passing parameters?

Replies are listed 'Best First'.
Re: Re: Re: How to make a <a href> link run a CGI script while passing parameters?
by exussum0 (Vicar) on May 12, 2004 at 10:57 UTC