Hi all

Is there any way to pass variable used in CFSavecontent (Not using FORM)
but using CFLocation. Following is code how can I make it working?


 <CFSavecontent variable="Questions">
 <cfoutput>  
  User Name: #CGI.AUTH_USER#<br>
  Browser and Windows: #CGI.HTTP_USER_AGENT#<br>
  Remote Address: #CGI.REMOTE_ADDR#
 </cfoutput><br>
 <CFLoop From="1" To="#Attributes.NumberOfQuestionsAsked#"
Index="Counter">
  <cfoutput>#Evaluate("Attributes.Question#Counter#")#:  
  #Evaluate("Attributes.Question#Counter#")#<br></cfoutput>
 </cfloop>
 </CFSavecontent>

<CFLocation
URL="#self#?Fuseaction=#Attributes.XFA.SubmitQuestionsForSubcategory#
&UserID=#Attributes.UserID#&ContactType=#Attributes.ContactType#&Contact
Phone=#Attributes.ContactPhone#
&ContactEmail=#ContactEmail#&CaseDescription=#Attributes.CaseDescription
#&SubCategoryID=#Attributes.SubCategoryID#&BodyText=#Questions#">

It gives blank page if i display #Attributes.BodyContent# in next
page......


Shahzad Butt (Development Engineer)

JJ FastFood Distribution Ltd.
Office:  +44 (0) 1992 701 722
Mobile: +44 (0) 7803 584 873
Fax:     +44 (0) 1992 701 604

7 Solar Way, Innova Park, Enfield, London, EN3 7XY


********************************************************************
This email and any files transmitted with it are confidential 
and intended solely for the use of the individual or 
entity to whom they are addressed. If you have 
received this email in error please notify [EMAIL PROTECTED] 
or call +44 (0) 1992 701 704. Please note that any views 
or opinions presented in this email are solely those of 
the author and do not necessarily represent those of 
JJ Fast Food Distribution Limited. Finally, the recipient 
should check this email and any attachments for the 
presence of viruses. The company accepts no liability 
for any damage caused by any virus transmitted by 
this email.
********************************************************************

______________________________________________________________________
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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to