Well I played with it awhile back and got the free version working without
any problems. Anyway I'll just copy my code below, make of it what you will
..
This is the url of it working:
http://216.54.222.28/htmlarea_lite/testform.cfm
This is the code for the page:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<cfparam default="" name="field1">
<html>
<head>
<title>Untitled</title>
</head>
<body>
<CFIF IsDefined("field1")>
<HR NOSHADE>
<CFOUTPUT>#field1#</CFOUTPUT>
<HR NOSHADE>
</CFIF>
<a href="shortcuts.htm" target="new">Help</a>
<CF_HTMLAREA_LITE
MODE="FORM"
ACTION="testform.cfm"
METHOD="POST"
NAME="mytest"
INCPATH="http://216.54.222.28/htmlarea_lite/inc">
<CF_HTMLAREA_LITE
MODE="EDITOR"
HEIGHT="200"
WIDTH="580"
INCPATH="http://216.54.222.28/htmlarea_lite/inc"
NAME="mytest"
FIELDNAME="field1"
CONTENTS="#field1#">
<INPUT TYPE="submit" NAME="SUBMIT" VALUE="SUBMIT">
</form>
</body>
</html>
jon
----- Original Message -----
From: "Paul Sinclair" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, January 03, 2001 5:30 PM
Subject: Anybody using <cf_htmlarea_one> interested in helping?
> I purchased the single domain version of htmlarea_one from
> www.iautomated.com and am having problems getting it configured and
working
> in forms. I made the mistake of not purchasing the support option
> (additional $50.00) since I figured this was an easy piece to configure. I
> am getting all sorts of errors and rather than spend $100 now (price of
> support doubles if not purchased with the product) I thought I would first
> check to see if anyone here on the list has used this and ran into the
same
> problems I am having.
>
> I am not running down the product - I'm sure once it is configured it will
> perform as advertised. But the configuration/setup instructions could use
> some tweaking.
>
> If anyone is using this tag successfully, I'd love to run a few of my
issues
> by you. Send mail offlist unless deemed to be suitable for list
discussion.
>
> Regards,
> Paul Sinclair
>
>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists