ok... since you guys brought it up...

I've been trying to find a way to do this but my resources haven't come up
with an answer.. maybe you guys can!

I know all about session and client variables (or at least i think i do
ggg)... is there any way (other than passing variables on a URL string)to
pass data when a user clicks on a link??

ex:
i want to pass a variable ("parm") and suppose there are 20 such links on a
page: (and yes, i desire links, but could be convinced to use an alternate
if there's an easy way....)

<a href="index.cfm?parm=1">link 1<br>
<a href="index.cfm?parm=2">link 2<br>
...
<a href="index.cfm?parm=20">link 20<br>

as far as i can tell... there's no way to tell before hand (unless i'm a
mind reader) or after (the link already executed if the user clicked it) for
me to do any cfsets. Leads me to believe that URL parms are the only way.

any clues?

Thanks
Mitch


-----Original Message-----
From: Tipton Josh (orl1jdt) [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 04, 2002 2:00 PM
To: CF-Talk
Subject: RE: Hiding Source Code


pass the variable in a session or client variable
______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to