> does anyone know if within a <cfscript> tag I can use "full" 
> Javascript or there are some restrictions regarding its synthax?

No, you can't use "full" JavaScript - in fact, you can't use any JavaScript
at all!

What you can use is CFSCRIPT, which follows the general syntax of
JavaScript, but contains a subset of JavaScript's control flow structures
and commands, and uses CFML operators. You can't use any CFML tags within
CFSCRIPT.

> And one more question...where can I find any documentation 
> (complete one) about this specific tag?

The documentation shipped with ColdFusion 5 or CF Studio 5 seems pretty
complete on this topic to me. You can download the documentation in PDF form
from the Allaire/MM sites, or you can read them online here:
http://livedocs.allaire.com/cf50docs/Developing_ColdFusion_Applications/CFSc
ript.jsp

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
______________________________________________________________________
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation � $99/Month � Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
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