Ah, sorry. I didn't noticed that you were pasting a cfdump... Mike
-----Original Message----- From: Raymond Camden [mailto:[email protected]] Sent: Wednesday, July 27, 2011 11:31 AM To: cf-newbie Subject: Re: Displaying HTML from a database If you cfdump html it gets encoded. Don't cfdump it. Just <cfoutput> it, view source, and send that here. On Wed, Jul 27, 2011 at 10:40 AM, Torrent Girl <[email protected]> wrote: > > Here is the dump > > <html> <head> <meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>CITI Course Enrollment questions</title> </head> <body> <div align="center"> <table border="0" width="90%" id="table1" cellpadding="2"> <tr> <td> <p> <img border="0" src="https://www.citiprogram.org/citidocuments/001_RCR/R CRbanner3.jpg"> </p> <h1>CITI Course Enrollment questions</h1> <p>You will be provided a series of questions. Your responses will determine the curriculum for the courses you are going to take. Please read the questions carefully. Please read the responses carefully to make the best choice. </td> </tr> <tr> <td> This Institution provides a course for Human Subjects Protection and Laboratory Animal Welfare.<h2><b> Human Subjects Protection Course:</b></h2> <ul> <li>If you have NOT completed a CITI course at this Institution previously, you are required to complete the BASIC course at this time. </li> <li>If you have completed the CITI Basic course since 5-1-2004, the software is programmed to show you the CITI Re-fresher course now. </li> <li>You may be able to fulfill your refresher obligation with the CITI Good Clinical Practice Course. Please consult your IRB office. </li> </ul> <p>For more detailed information review the instruction's page of your Institution. This page is available as a link at the top of this page</p> <h2><b>Laboratory Animal Welfare Course</b></h2> <p>If you are planning to use lab animals in your work:</p> <ul> <li>Choose the appropriate courses according to your role in research and the species you use.</li> <li>Choose all that apply.</li> <li>If you have questions regarding your training requirements, you should contact your IACUC Office.</li> </ul> <p><h2 align="left"><b>CITI Curriculum Selection</b></h2> <p>You may enroll in multiple courses. You can take the courses sequentially or together. You should use multiple login sessions. The vaialble courses in the CITI program are:</p> <ul> <li>The Human Subjects Courses</li> <li>The Lab Animal Welfare Courses </li> <li>Good Clinical Practice (GCP)</li> <li>Health Information Privacy and Security (HIPS)</li> <li>Responsible Conduct of Research (RCR)</li> </ul> </td> </tr> </table> </div> </body> </html> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5389 Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-newbie/unsubscribe.cfm
