The sample test file test.cfm, which has multiple text boxes, calls
testsubmit.asp, written in ASP.
Here is the relevant section of code, can anyone explain how it works in
coldfusion?
<%
For Each sForm in Request.Form
%>
<tr>
<td valign="top" nowrap><b><%=sForm%></b></td>
<td width="100%"><%=Server.HTMLEncode( Request.Form(sForm) )%></td>
</tr>
<%
Next
%>
Rodger
_____
From: Russell Patterson [mailto:[EMAIL PROTECTED]
Sent: Monday, October 04, 2004 9:44 AM
To: CF-Talk
Subject: Re: User to upload to their site
I concur, I use FCKEditer and it does a wonderful job. I highly recommend
it. I and my clients use it everyday.
http://www.fckeditor.net/
Russell
----- Original Message -----
From: Rick Root
To: CF-Talk
Sent: Monday, October 04, 2004 11:22 AM
Subject: Re: User to upload to their site
Rodger wrote:
> I have a client that wants to be able to copy formatted text from a web
site
> (presumably with permission),
> and paste it into a text box or something easy to use so that he can
update
> his current news page.
> He can barely do cut and paste, so putting in HTML codes would be too
much
> for him.
check out fckeditor ... you can paste from word docs and such and it'll
format to HTML and even clean up the nasty html that word generates.
- Rick
_____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

