
RayStreet
Deleted
Jan 1, 2000, 5:57 PM
Post #1 of 3
(1647 views)
|
|
Reading HTML parameters
|
Can't Post
|
|
I have an HTML page which is dynamically built from a search using cgi/perl. There are several products on the page and each product has a reference. There is an HREF link from each product which passes the product code preceded by a "?" (for example, the href link is /cgi-bin/proddets.cgi?ABCDE"). How do I pick up the code in the cgi/perl program? It's not in any of the $ENV areas that I can find.
|