I'm trying to pass a parameter from one page to another using an HREF anchor...
<A HREF="email.asp? sqlstmt=where UPPER(A.STATE) LIKE UPPER(Search_bx.value)">Email</A>
but I can't seem to pass Search_bx.value successfully. I've tried all sorts of %s and #s and $s but I think I have yet to hit the right combination...and suggestions?
<A HREF="email.asp? sqlstmt=where UPPER(A.STATE) LIKE UPPER(Search_bx.value)">Email</A>
but I can't seem to pass Search_bx.value successfully. I've tried all sorts of %s and #s and $s but I think I have yet to hit the right combination...and suggestions?