On a similar note,

Why is there a link in the debugging (classic look) info to a gif within
/CFIDE?:

/CFIDE/debug/images/topdoc.gif

In one scenario, if /CFIDE exists, but is password protected NTLM popup
stylee, you get prompted for 
the user/password - a tad annoying, if /CFIDE hasn't been mapped,  - no gif.

Ian


-----Original Message-----
From: Ben Forta [mailto:[EMAIL PROTECTED]]
Sent: 02 October 2002 15:02
To: CF-Talk
Subject: RE: CFFORM - BUG


That is the default behavior, but you may specify an alternate path in
the <CFFORM> SCRIPTSRC attribute.

So, nope, not really stupid at all.

--- Ben


-----Original Message-----
From: Adam Reynolds [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, October 02, 2002 9:37 AM
To: CF-Talk
Subject: CFFORM - BUG


Ok,
This is really stupid. If I use CFForm on a server where /CFIDE has been
moved to somewhere 'secure' the following code is inserted at the top of
a page containing cfform. I have a field called item.


<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript"
SRC="/CFIDE/scripts/cfform.js"></SCRIPT>

<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
<!--

function  _CF_checkpageitemedit(_CF_this)
{
        if  (!_CF_hasValue(_CF_this.TITLE, "TEXT" ))
        {
                if  (!_CF_onError(_CF_this, _CF_this.TITLE,
_CF_this.TITLE.value, "Title MUST be provided."))
                {
                        return false;
                }
        }

        return true;
}


You lot really need to sort this out.

This line only works where CFIDE is specifically under your root.
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript"
SRC="/CFIDE/scripts/cfform.js"></SCRIPT>

Adam



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Reply via email to