Connecting Tech Pros Worldwide Forums | Help | Site Map

How can I append HREFKEY in the HREF parameter for CFGRIDCOLUMN?

Haitashi's Avatar
Member
 
Join Date: Jun 2007
Location: Orlando, FL
Posts: 94
#1: Oct 3 '08
I have these values for my cfgridcolumn called 'phrase':
Expand|Select|Wrap|Line Numbers
  1. href="#Request.self#?fa=#XFA_choices#&phrase="hrefkey="phrase" 
I can see the value of the phrase cfgridcolumn at the end of the URL but I'd like to be able to add another hrefkey because I want the href to contains the values of (in layman terms):
URL + value of phrase cfgridcolum + value of ID cfgridcolumn

Is this possible and, if so, how?

acoder's Avatar
Site Moderator
 
Join Date: Nov 2006
Location: UK
Posts: 14,581
#2: Oct 4 '08

re: How can I append HREFKEY in the HREF parameter for CFGRIDCOLUMN?


See Using the href attribute.
Reply