HI,
I have a form that includes (among other stuff) a drop down list box that includes a list of people and a hyperlink called "details".
I want that once the "details" hyperlink is clicked, it will pass the item selected in the list to a Perl script, for example:
../cgi-bin/script.pl?itemselected.
How do I build this hyperlink?
Thanks
I have a form that includes (among other stuff) a drop down list box that includes a list of people and a hyperlink called "details".
I want that once the "details" hyperlink is clicked, it will pass the item selected in the list to a Perl script, for example:
../cgi-bin/script.pl?itemselected.
How do I build this hyperlink?
Thanks