|
ColdFusion is enabled on all of our accounts. All new accounts come
equipped with ColdFusion 9, the latest release from Adobe.
Still the fastest way to build and deploy powerful Internet
applications, ColdFusion 9 introduces powerful new application services
including rich Flash forms generation, structured reports, and dynamic
generation of printable documents. It opens up a new world of applications
beyond the browser.
General ColdFusion Questions
What tags are available?
Most tags are available for your use such as CFFile, CFContent,
and CFDirectory. The only tags we restrict are CFExecute and CFRegistry.
What if I have a Custom Tag?
If you have a custom tag, please ask us about it first. We may already
have it installed and you would have access to use it. If you have
a custom tag that is not installed we will be happy to investigate
adding it to the server. We require all documentation with each
custom tag request. If the tag in question causes problems on our
shared servers we reserve the right to remove it.
What is the standard syntax for CFMail?
CFMail is available to all accounts, the only requirement is that
you use an e-mail address from a registered domain in our system.
Here is a typical CFMail Example:
<cfmail to="info@domainname.com" from="request@domainname.com"
subject="CFMail Example">
E-Mail Text.
</cfmail>
For additional support with ColdFusion please
Click Here
|
|