Hidden data in hyperlink

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • David

    Hidden data in hyperlink

    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?pro duct=productA&I D=1

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

    /product.asp?pro duct=productA


    Apprecaite your help


    Thanks


    David

  • Mike Brind

    #2
    Re: Hidden data in hyperlink


    "David" <davidgordon@sc ene-double.co.ukwro te in message
    news:1172663460 .550450.15830@z 35g2000cwz.goog legroups.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?pro duct=productA&I D=1
    >
    is there anyway to still carry over the ID, but hide it from the link,
    so that visitors will only see
    >
    /product.asp?pro duct=productA
    >
    No.


    Comment

    • Aaron Bertrand [SQL Server MVP]

      #3
      Re: Hidden data in hyperlink

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

      A


      "David" <davidgordon@sc ene-double.co.ukwro te in message
      news:1172663460 .550450.15830@z 35g2000cwz.goog legroups.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?pro duct=productA&I D=1
      >
      is there anyway to still carry over the ID, but hide it from the link,
      so that visitors will only see
      >
      /product.asp?pro duct=productA
      >
      >
      Apprecaite your help
      >
      >
      Thanks
      >
      >
      David
      >

      Comment

      Working...