Hi,

I ran into a problem recently that forced me to manually pass the CFID and
CFToken, when I've never had to do it before. Can you tell me when CFID and
CFToken must be manually passed? I've been so cocky lately that I've been
leaving my CF Books at home :-), which is where the answer to my question
probably is.

Thanks!
Andy

Below is the code that forced me to manually pass CFID and CFToken (- to
another frame):

<select name="WebDebt" onChange=
"parent.Main.location=this.options[this.selectedIndex].value">
<cfoutput query="Debt">
<option value="#WebAddr#?CFID=#CFID#&CFTOKEN=#CFTOKEN#"> #Question#</option>
 </cfoutput>
 </select>

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to