RE: How would I code this link for the anchor?

2004-01-27 Thread Rick Faircloth
Thanks, Clint!

Rick
  -Original Message-
  From: Clint Tredway [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, January 27, 2004 2:02 PM
  To: CF-Talk
  Subject: Re: How would I code this link for the anchor?

  Double the pound sign for the anchor and cf will make it one when the
  output is done.

  # change to ##

  HTH,
  Clint

  Rick Faircloth wrote:

  > Hi, all...
  >
  > How would I code the link below to have the pound sign for the anchor
  > at the
  > end
  > with CF interpreting it as a variable sign?
  >
  > 
  >
"Property_Search.cfm?Details=Yes&PropertyID=#GetProperties.PropertyID###GetP
  > roperties.PropertyID#">
  >
  > Thanks,
  >
  > Rick
  >
  > Rick Faircloth
  > Hinesville, GA
  >
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: How would I code this link for the anchor?

2004-01-27 Thread Clint Tredway
Double the pound sign for the anchor and cf will make it one when the 
output is done.

# change to ##

HTH,
Clint

Rick Faircloth wrote:

> Hi, all...
>
> How would I code the link below to have the pound sign for the anchor 
> at the
> end
> with CF interpreting it as a variable sign?
>
> 
> "Property_Search.cfm?Details=Yes&PropertyID=#GetProperties.PropertyID###GetP
> roperties.PropertyID#">
>
> Thanks,
>
> Rick
>
> Rick Faircloth
> Hinesville, GA
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: How would I code this link for the anchor?

2004-01-27 Thread Rick Faircloth
Hi, Austin, and thanks for the reply...

I used the CFOUTPUT tags around the variables on another page,
however, I couldn't used them here because the entire query
had to be output using 
able to use startrow and endrow for a "Next" "Previous" setup.  That made
it impossible to using  tags interior to the main 
Query=...

Rick

  -Original Message-
  From: Austin Govella [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, January 27, 2004 2:03 PM
  To: CF-Talk
  Subject: Re: How would I code this link for the anchor?

  Rick Faircloth wrote:

  > Hi, all...
  >
  > How would I code the link below to have the pound sign for the anchor at
the
  > end
  > with CF interpreting it as a variable sign?
  >
  > 
  >
"Property_Search.cfm?Details=Yes&PropertyID=#GetProperties.PropertyID###GetP
  > roperties.PropertyID#">

  All CF variables need to surrounded by cfoutput tags to be
  displayed. I placed them directly around the variable in the
  URL, but you could also place them anywhere around the link
  block:

  

href="">
opertyID#">

  To display pound signs, use two in a row: ##.

  Quotes work the same way when you're setting variables.

  --
  Austin
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: How would I code this link for the anchor?

2004-01-27 Thread Rick Faircloth
Thanks, Barney...

Worked like a charm...I guess I'd tried every combination
except that one!

Rick

  -Original Message-
  From: Barney Boisvert [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, January 27, 2004 2:00 PM
  To: CF-Talk
  Subject: RE: How would I code this link for the anchor?

  If you want a literal pound sign anywhere in any CFOUTPUT block, just
double
  it up and CF will take care of the rest:

  
  I am ## #myRank#
  

  Cheers,
  barneyb

  > -Original Message-
  > From: Rick Faircloth [mailto:[EMAIL PROTECTED]
  > Sent: Tuesday, January 27, 2004 10:58 AM
  > To: CF-Talk
  > Subject: How would I code this link for the anchor?
  >
  > Hi, all...
  >
  > How would I code the link below to have the pound sign for
  > the anchor at the
  > end
  > with CF interpreting it as a variable sign?
  >
  > 
  > "Property_Search.cfm?Details=Yes&PropertyID=#GetProperties.Pro
  > pertyID###GetP
  > roperties.PropertyID#">
  >
  > Thanks,
  >
  > Rick
  >
  > Rick Faircloth
  > Hinesville, GA
  >
  >
  >
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: How would I code this link for the anchor?

2004-01-27 Thread Austin Govella
Rick Faircloth wrote:

> Hi, all...
> 
> How would I code the link below to have the pound sign for the anchor at the
> end
> with CF interpreting it as a variable sign?
> 
> 
> "Property_Search.cfm?Details=Yes&PropertyID=#GetProperties.PropertyID###GetP
> roperties.PropertyID#">

All CF variables need to surrounded by cfoutput tags to be 
displayed. I placed them directly around the variable in the 
URL, but you could also place them anywhere around the link 
block:


href="">

To display pound signs, use two in a row: ##.

Quotes work the same way when you're setting variables.

--
Austin
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: How would I code this link for the anchor?

2004-01-27 Thread Barney Boisvert
If you want a literal pound sign anywhere in any CFOUTPUT block, just double
it up and CF will take care of the rest:


I am ## #myRank#


Cheers,
barneyb

> -Original Message-
> From: Rick Faircloth [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, January 27, 2004 10:58 AM
> To: CF-Talk
> Subject: How would I code this link for the anchor?
> 
> Hi, all...
> 
> How would I code the link below to have the pound sign for 
> the anchor at the
> end
> with CF interpreting it as a variable sign?
> 
> 
> "Property_Search.cfm?Details=Yes&PropertyID=#GetProperties.Pro
> pertyID###GetP
> roperties.PropertyID#">
> 
> Thanks,
> 
> Rick
> 
> Rick Faircloth
> Hinesville, GA
> 
> 
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




How would I code this link for the anchor?

2004-01-27 Thread Rick Faircloth
Hi, all...

How would I code the link below to have the pound sign for the anchor at the
end
with CF interpreting it as a variable sign?


"Property_Search.cfm?Details=Yes&PropertyID=#GetProperties.PropertyID###GetP
roperties.PropertyID#">

Thanks,

Rick

Rick Faircloth
Hinesville, GA
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]