**********************************************************************
WESTMINSTER CITY COUNCIL
Please refer to the disclaimer beneath this message
**********************************************************************

Oh, the reason I asked was I have just read Kevin Towes' article "Using
ColdFusion Tags in CFScript", and he runs a query and dumps the results from
within CFScript.  I thought this is a great idea and something I'd like to
do in CF5 to split my page processing from the html. e.g.

<cfscript>
        // do all the cf stuff here separately from html
</cfscript>

<cfoutput>
        html displaying results of above CF.
</cfoutput>


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 17 September 2002 14:36
To: CF-Talk
Subject: Re: CFML tags available in CFSCRIPT


www.houseoffusion.com/docs/cfscript.htm
This is complete for CF5 other than UDFs. No CF tags can be used in CFSCRIPT
and the functionality that does exist is limited to 'basic' syntax. CFMX has
more to it including try/catch and the ability to access CFCs. 


> Hi,
> 
> Can anyone tell me which CFML tags are available in CFSCRIPT. I know about
> CFLIB.org and some of the functions that resemble the way some tags work,
> but are there function that work the same way as CFQUERY and CFFILE for
> example.  I am using CF5 and I was wondering if I can get a list of CFML
> tags that can be called in CFSCRIPT.



______________________________________________________________________
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to