Hidden data in hyperlink

Hidden data in hyperlink

am 28.02.2007 12:51:00 von davidgordon

Hi,

I have a set of asp hyperlinklinks on my asp pages which direct the
user to specific products.

i.e. the link jumps to ....../product.asp?product=productA&ID=1

is there anyway to still carry over the ID, but hide it from the link,
so that visitors will only see

/product.asp?product=productA


Apprecaite your help


Thanks


David

Re: Hidden data in hyperlink

am 28.02.2007 14:00:46 von Mike Brind

"David" wrote in message
news:1172663460.550450.15830@z35g2000cwz.googlegroups.com...
> Hi,
>
> I have a set of asp hyperlinklinks on my asp pages which direct the
> user to specific products.
>
> i.e. the link jumps to ....../product.asp?product=productA&ID=1
>
> is there anyway to still carry over the ID, but hide it from the link,
> so that visitors will only see
>
> /product.asp?product=productA
>

No.

Re: Hidden data in hyperlink

am 28.02.2007 15:22:00 von ten.xoc

No, put it in a cookie or session variable instead.

A


"David" wrote in message
news:1172663460.550450.15830@z35g2000cwz.googlegroups.com...
> Hi,
>
> I have a set of asp hyperlinklinks on my asp pages which direct the
> user to specific products.
>
> i.e. the link jumps to ....../product.asp?product=productA&ID=1
>
> is there anyway to still carry over the ID, but hide it from the link,
> so that visitors will only see
>
> /product.asp?product=productA
>
>
> Apprecaite your help
>
>
> Thanks
>
>
> David
>