jimmyJIMMYyaya
Programmer
ok i have two fields in my html document
1) txtSearchString
2) cboSearchType
now i want to use $ENV{'QUERRY_STRING'}; to get the values
but what i need to know is how to pass the values on submit ie
<form action="cgi-bin/search.pl?txtSearchString&cboSearchType" method="post">
is there a way
1) txtSearchString
2) cboSearchType
now i want to use $ENV{'QUERRY_STRING'}; to get the values
but what i need to know is how to pass the values on submit ie
<form action="cgi-bin/search.pl?txtSearchString&cboSearchType" method="post">
is there a way