Yes... In CF5 when a CFForm function was called then all the javascript
was set to the top of the page..

Now it is referenced with the following by default...

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

So for it now to work you need an IIS virtual directory pointing to the
scripts directory from where the CFAdministrator is installed...

However if you wish to move where this file is... Move the js to
whereever you wish to reference it and then call the CFForm tag
something like...


<CFFORM scriptSrc="/homer.js">

</CFFORM>


HTH

Mikey

-----Original Message-----
From: Les Mizzell [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, October 8, 2002 15:10
To: CF-Talk
Subject: RE: CFFORM validation issue


I don't have access to the CF Administrator on the remote server, but I
take it you mean that there's a mapping problem that can be fixed on the
remote, right?

Thanks...

Les

:> -----Original Message-----
:> From: Mike Townend [mailto:[EMAIL PROTECTED]]
:> Sent: Monday, October 07, 2002 6:16 AM
:> To: CF-Talk
:> Subject: RE: CFFORM validation issue
:>
:>
:> Is there a virtual directory so that cfide/scripts exists as the
CFForm :> javascript is now referenced rather than being included in the
page like :> previous versions... :> :> HTH:


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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