In A.ASP i show the user a list of records from a MS-SQL7 database TY. The user may select 1 record for update. This is done in program B.ASP
TY has one primary key field: tycode. Examples of codes are: 1x, 2x, 2-, 2+, 4x, 4-, 4+, etc.
When a user clicks on a link like this:
<a href="b.asp?tycode=4+">change</a>
b.asp is receiving "4" !
how do i solve this?
TY has one primary key field: tycode. Examples of codes are: 1x, 2x, 2-, 2+, 4x, 4-, 4+, etc.
When a user clicks on a link like this:
<a href="b.asp?tycode=4+">change</a>
b.asp is receiving "4" !
how do i solve this?