Try modifying the code I wrote below to match your query. Supports multiple formats. Content that you want to display in all formats should be placed between the <cfdocument> tags. Content that you want only to show up should be placed between the <cfif format is "html"> tags. Oh, just as a side...
I've been trying to cfhttp the google translation service using this url http://216.239.37.104/translate_c?hl=en&ie=UTF-8&oe=UTF-8&langpair=en%7Cit&u=www.simplercareers.com.
Copy n' paste above url (instead of clicking link) into browser and it translates flawlessly.
I wrote the code at...
I Need help with regular expression to pull the email address from email header. The email header contains lots of text. I need to get the email address following
X-RCPT-TO: <sender@address.com>
I've tried #ReFind("[X-RCPT-TO: <]*[>]",header)# and that didn't work because I don't understand...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.