> I am simply passing getdetail.FROM variable into the TO text
> box of a reply page, however the variables value is ie.
> "Paul" <[EMAIL PROTECTED]> so when getdetail.FROM is past to
> the reply page its value is showing up in the debugger as
> "Paul", is there a way I can pass just the email address?
> (whats in between the angle brackets?)
> Here are some snippets from my current code...
>
> <!---original page -->
>
> <FORM ACTION="reply.cfm" METHOD="POST">
> <INPUT TYPE="hidden" NAME="MailFrom"
> VALUE="#HTMLEditFormat(getDetail.FROM)#">
> </FORM>
>
> <!---reply.cfm --->
>
> TO: <INPUT TYPE="Text" NAME="MailTo"
> VALUE="<cfoutput>#Form.MailFrom#</cfoutput>">
>
> <!---END--->
>
>  currently "> shows up directly beside the text box ">,
> however if I switch the value from Form.MailFrom, to say
> Form.userName (which is not originally coming from the mail
> server) then the variable displays properly? Any ideas?

What's in the View Source of the document? Sometimes odd characters can
get into the values

Philip Arnold
Technical Director
Certified ColdFusion Developer
ASP Multimedia Limited
Switchboard: +44 (0)20 8680 8099
Fax: +44 (0)20 8686 7911

www.aspmedia.co.uk
www.aspevents.net

An ISO9001 registered company.

**********************************************************************
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
the system manager.
**********************************************************************


______________________________________________________________________
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