I've tried everything I can think of and everything you've all have thought
of and have gotten nowhere? Maybe someone can see the error in my coding?

<CFOUTPUT>

<cfparam name='id' default=''>
<cfparam name='newfilecontent' default=''>
<cfparam name='showdate' default=''>
<cfparam name='mode' default='show'>
<cfparam name='yourname' default=''>
<cfparam name='youremail' default=''>
<cfparam name='theirname' default=''>
<cfparam name='theiremail' default='show'>
<cfparam name='action' default='show'>
<cfparam name='blurb' default=''>
<cfif mode is not "send">

<CFHTTP
    URL = "http://talkradio.wisernotes.com/#id#.html"
    resolveurl = 1
    throwonerror = Yes
>
</CFHTTP>

<table border='0' width='100%' cellpadding='0' cellspacing='0'>
  <tr>
    <td colspan='3'>
<!---Problem Area Start--->
      <font face='courier new' size='2'><center>Send Transcript for
<b>#id#</b> to a friend<center></font>
<!---Problem Area End--->
    </td>
  </tr>
  <tr>
    <td colspan='3'>
<p>&nbsp;</p>
      #cfhttp.filecontent#
<p>&nbsp;</p>
    </td>
  </tr>
  <tr>
    <td>
      <font face='courier new' size='2' color='blue'><center><a
href="http://talkradio.wisernotes.com/#id#.ram">Hear</a> the Real Player
Audio of this transcript!<center></font>
    </td>
    <td>
      <font face='courier new' size='2' color='red'><center><a
href="page1.cfm?mode=send&id=#id#">Send</a> this transcript to a
friend!</b><center></font>
    </td>
    <td>
      <font face='courier new' size='2' color='blue'><center><a
href="http://talkradio.wisernotes.com/#id#.wma">Hear</a> the Windows Media
Player Audio of this transcript!<center></font>
    </td>
  </tr>
</table>
<cfelse>

<table border='0' width='100%' cellpadding='0' cellspacing='0'>
  <tr>
    <td colspan='3'>
<!---Problem Area Start--->
      <font face='courier new' size='2'><center>Send Transcript for
<b>#id#</b> to a friend<center></font>
<!---Problem Area End--->
    </td>
  </tr>
  <tr>
    <td colspan='3'>
<cfif action is not "send">
      <cfform action='page1mails.cfm?id=#id#' method='post'>
        <input type='hidden' name=#id# value='#id#'
        <p>&nbsp;</p>
        <p>Your Name: <cfinput type=text name=yourname><br>
        Your Email: <cfinput type=text name=youremail required=yes
message="You must fill in your email address!"><br>
         <br>
         Friend's Name: <cfinput type=text name=theirname><br>
         Friend's Email: <cfinput type=text name=theiremail required=yes
message="You must fill in Your Friend's email address!">
         <br>
         Personal Note: <textarea name=blurb></textarea></P>
         <input type=submit name=action value=send>
         <p>&nbsp;</p>
       </cfform>
<cfelse>
<cfinclude template='page1mails.cfm'>
</cfif>
    </td>
  </tr>
  <tr>
    <td>
      <font face='courier new' size='2' color='blue'><center><a
href="http://talkradio.wisernotes.com/#id#.ram">Hear</a> the Real Player
Audio of this transcript!<center></font>
    </td>
    <td>
      <font face='courier new' size='2' color='grey'><center>Send this
transcript to a friend!</b><center></font>
    </td>
    <td>
      <font face='courier new' size='2' color='blue'><center><a
href="http://talkradio.wisernotes.com/#id#.wma">Hear</a> the Windows Media
Player Audio of this transcript!<center></font>
    </td>
  </tr>
</table>

</cfif>

</CFOUTPUT>



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body or visit the list page at www.houseoffusion.com

Reply via email to