Hi,
This is an example:
<A HREF="sale.asp?ainfo=192&option1=23&option2=" &var1>click here</a>
I have 3 parameters : ainfo,option1 and option2, and am passing a variable 'var1' to option2.
The first two parameters 'ainfo' and 'option1' are passed correctly but the value of 'option2' is not picked up, it is not returning anything.
If I set a fixed value to option2, like :
<A HREF="sale.asp?ainfo=192&option1=23&option2=43">click here</a>
it's fine
Am I missing something, or is the syntax wrong?
This is an example:
<A HREF="sale.asp?ainfo=192&option1=23&option2=" &var1>click here</a>
I have 3 parameters : ainfo,option1 and option2, and am passing a variable 'var1' to option2.
The first two parameters 'ainfo' and 'option1' are passed correctly but the value of 'option2' is not picked up, it is not returning anything.
If I set a fixed value to option2, like :
<A HREF="sale.asp?ainfo=192&option1=23&option2=43">click here</a>
it's fine
Am I missing something, or is the syntax wrong?